Switch to full style
Understanding the language, error messages, etc.
Post a reply

exit to loader from within program

Sun Aug 07, 2016 12:56 pm

Hi,
Is there any function, like gb.begin(), that allows me to instantly exit to the sd card? It doesn't say anything in the reference, but there must be something because it is used in gb.titleScreen().

thanks in advance, noah 8-)

Re: exit to loader from within program

Sun Aug 07, 2016 7:16 pm

Hi,
the answer is in
https://github.com/Rodot/Gamebuino/blob ... ebuino.cpp

gb.changeGame() should do it (untested)

Re: exit to loader from within program

Sun Aug 07, 2016 11:20 pm

Yes, as mentioned in the reference, gb.changeGame() is indeed the correct call.

Re: exit to loader from within program

Tue Aug 09, 2016 10:24 am

How embarrasing, I read through the reference but must have missed that :?
Thanks anyway :D
Post a reply