mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-14 07:35:12 +01:00
Correct CPU reset
This commit is contained in:
parent
7945ba0b26
commit
6016806bd9
@ -23,10 +23,11 @@ public:
|
|||||||
|
|
||||||
virtual void selectCallback(int which)
|
virtual void selectCallback(int which)
|
||||||
{
|
{
|
||||||
if (which == 9) /* Game info */
|
if (which == 10) /* Game info */
|
||||||
{
|
{
|
||||||
Gui::gui->status_bar->queueMessage("Resetting the C64");
|
Gui::gui->status_bar->queueMessage("Resetting the C64");
|
||||||
Gui::gui->popView();
|
Gui::gui->exitMenu();
|
||||||
|
TheC64->Reset();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
/* Select theme */
|
/* Select theme */
|
||||||
|
Loading…
Reference in New Issue
Block a user