mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +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 */
|
||||
this->save_load_state(&np);
|
||||
break;
|
||||
case 8: /* Quit */
|
||||
case 9: /* Quit */
|
||||
quit_thyself = true;
|
||||
break;
|
||||
case -1:
|
||||
|
Loading…
Reference in New Issue
Block a user