mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 00:32:43 -05:00
finish up basic errorcode functions
This commit is contained in:
@@ -122,7 +122,7 @@ int main(void)
|
||||
}
|
||||
else if (kDown & KEY_L)
|
||||
{
|
||||
throw_error("TEST");
|
||||
splash_mode = !splash_mode;
|
||||
} else if (kDown & KEY_R)
|
||||
{
|
||||
if (splash_mode || preview_mode) {
|
||||
|
||||
Reference in New Issue
Block a user