mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
Display message on pause
This commit is contained in:
parent
93ce6f7292
commit
1745a49933
@ -51,6 +51,10 @@ public:
|
|||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
TheC64->IsPaused() ? TheC64->Resume() : TheC64->Pause();
|
TheC64->IsPaused() ? TheC64->Resume() : TheC64->Pause();
|
||||||
|
if (TheC64->IsPaused())
|
||||||
|
Gui::gui->status_bar->queueMessage("C64 emulation paused");
|
||||||
|
else
|
||||||
|
Gui::gui->status_bar->queueMessage("C64 emulation resumed");
|
||||||
this->updatePauseState();
|
this->updatePauseState();
|
||||||
break;
|
break;
|
||||||
case 2: /* Insert disc */
|
case 2: /* Insert disc */
|
||||||
|
Loading…
Reference in New Issue
Block a user