3DS: Press X to go back to homebrew menu
Jeffrey Pfau jeffrey@endrift.com
Wed, 10 Dec 2014 05:38:31 -0800
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
src/platform/3ds/main.c
→
src/platform/3ds/main.c
@@ -79,6 +79,9 @@ gfxSwapBuffersGpu();
gspWaitForVBlank(); hidScanInput(); activeKeys = hidKeysHeld() & 0x3FF; + if (hidKeysDown() & KEY_X) { + break; + } } } inVblank = GBARegisterDISPSTATGetInVblank(gba->video.dispstat);