Search results

  1. StuntHacks

    Homebrew Question is there any way to record gameplay for longer than 30 seconds?

    While he asked a similar question before, this one specifically asks about a capture card.
  2. StuntHacks

    Homebrew Question is there any way to record gameplay for longer than 30 seconds?

    A capture card will allow you to record any video that goes through it into your TV. So yes, it'll work.
  3. StuntHacks

    Homebrew An error has occurred

    What were you doing that lead to this error?
  4. StuntHacks

    Homebrew [Release] m3diaLib - A C++ library for easier homebrew development for the Nintendo 3DS

    Hi, are you running this program on real hardware (as in, a real 3DS) or in an emulator? Could you try to compile your program and post the compile .3dsx as well as your full project directory (including the complete source as well as the audio files)?
  5. StuntHacks

    Homebrew How do you create a game for Homebrew on 3DS?

    Because LövePotion is actively maintained.
  6. StuntHacks

    Homebrew How do you create a game for Homebrew on 3DS?

    Before you start, you need to learn how to code. Preferably C/C++, although Lua would work as well. Then, you need to set up a development environment. Once that's done, you could either learn how the ctrulib and Citro3D work and directly write everything yourself, or you could use a already...
  7. StuntHacks

    Homebrew Beginner questions about 3ds emulator

    1) Yes. 2) https://citra-emu.org/game/ 3) Sorry, I don't understand that question. 4) I'm not sure, I think they are?
  8. StuntHacks

    Homebrew [Release] m3diaLib - A C++ library for easier homebrew development for the Nintendo 3DS

    Are you using the Makefile from the m3dctr-examples? If not, can you show me your current Makefile? Also, that error should only happen when you try to build the m3diaLib itself, not a project that uses it.
  9. StuntHacks

    Homebrew 3ds nintendo dev special cia and csu install and conversion cfw

    I'm pretty sure Nintendo doesn't want you to do that.
  10. StuntHacks

    Homebrew 7 Question Of An Absolute Newbie...

    Hi, and welcome to the 3D-Shacking community. Let's answer some of your questions: > "The same exploits and methodologies used to "hack" the 3DS are valid for the 2DS?" Yes. Practically speaking, the 2DS is a 3DS. > "What is a better method of installing a CFW on the latest firmware...
  11. StuntHacks

    Homebrew Someone might as well mention it in this day and age

    The engines themselves don't, though. You would just need to write the rendering code yourself.
  12. StuntHacks

    Homebrew Someone might as well mention it in this day and age

    That's not that much of a problem, one could just use Gecko or Quantum as the base engine. The main problem is that it isn't really needed.
  13. StuntHacks

    Homebrew Someone might as well mention it in this day and age

    That's just plain wrong. A lot of services don't work anymore because the 3DS natively only supports TLS1.1, which is very outdated. Using mbedtls, one could program a custom browser and those services would work perfectly. But the 3DS browser will never be able to do that again, at least not...
  14. StuntHacks

    Homebrew libctru/citro3d - Is there an optimal way to make my code wait?

    For what you're doing, a frame-counter (or, if you need to be more precise, a tick-counter), would be the best option. You can check for when the button is pressed with `hidKeysDown` and if that's the case, check whether they are still held with `hidKeysHeld`. If they are still held, increase...
  15. StuntHacks

    Homebrew (HELP!) micro SD management not working after updating windows 10 to latest version!

    What's not working? Just "it's not working" isn't useful.
  16. StuntHacks

    Homebrew Is it possible to disable sleep mode using libctru?

    `aptSetSleepAllowed` should work. Can you show your code, please?
  17. StuntHacks

    Homebrew [Question] Would it be possible to change the function of the 3D slider?

    It is theoretically possible, via MCU patches. @Sono Is working on something like this: https://gbatemp.net/threads/important-poll-what-hardware-problem-does-your-3ds-have.519878/
  18. StuntHacks

    Homebrew Latest Retroarch

    "It crashes" - How does it crash?
  19. StuntHacks

    Homebrew [Release] m3diaLib - A C++ library for easier homebrew development for the Nintendo 3DS

    Update: This issue was resolved. It was an outdated toolchain, no problem with the lib itself.
General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Nut on the hill