mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-14 07:35:12 +01:00
Correct quit
This commit is contained in:
parent
729898019b
commit
b539510a64
@ -766,7 +766,7 @@ void C64::VBlank(bool draw_frame)
|
|||||||
case 7: /* Save / load game */
|
case 7: /* Save / load game */
|
||||||
this->save_load_state(&np);
|
this->save_load_state(&np);
|
||||||
break;
|
break;
|
||||||
case 8: /* Quit */
|
case 9: /* Quit */
|
||||||
quit_thyself = true;
|
quit_thyself = true;
|
||||||
break;
|
break;
|
||||||
case -1:
|
case -1:
|
||||||
|
Loading…
Reference in New Issue
Block a user