Page 1 of 1

homebrew app fails to close

Posted: Mon Mar 24, 2025 8:22 pm
by loglot

i'm working on a homebrew game, but after starting the game, it just won't let me close it without fully restarting the system, i'm pretty sure the issue is in the /source/games/YAFG.c file, as if you don't start the game, it closes fine

the game is on github so you can look through the whole thing: https://github.com/loglot/Yet-Another-G ... ection-3ds


Re: homebrew app fails to close

Posted: Mon Mar 24, 2025 11:21 pm
by loglot

issue resolved by using return 1 instead of break