mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-18 05:16:19 +01:00
Handle reset
This commit is contained in:
parent
7611af0e16
commit
7215eb3a07
@ -1,5 +1,9 @@
|
|||||||
version 6:
|
version 6:
|
||||||
TODO: Multiple frodo versions, switch between
|
TODO: Multiple frodo versions, switch between
|
||||||
|
* Handle reset button (back to menu)
|
||||||
|
|
||||||
|
* General code cleanup, e.g., simplified menu system and reduced the
|
||||||
|
amount of code for that and some other things
|
||||||
|
|
||||||
* Increase key delay (should hopefully avoid the LOQD problem)
|
* Increase key delay (should hopefully avoid the LOQD problem)
|
||||||
|
|
||||||
|
@ -538,6 +538,10 @@ void C64Display::PollKeyboard(uint8 *key_matrix, uint8 *rev_matrix, uint8 *joyst
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#if defined(GEKKO)
|
||||||
|
if (SYS_ResetButtonDown() != 0)
|
||||||
|
quit_requested = true;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user