mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 11:29:24 +01:00
Set message on reset
This commit is contained in:
parent
0996768ec9
commit
117d652737
@ -1,5 +1,6 @@
|
||||
#include "menu.hh"
|
||||
#include "dialogue_box.hh"
|
||||
#include "status_bar.hh"
|
||||
|
||||
class KeyboardTypingListener : public KeyboardListener
|
||||
{
|
||||
@ -77,7 +78,8 @@ public:
|
||||
}
|
||||
break;
|
||||
case 9: /* Reset the C64 */
|
||||
printf("Resetting the C64\n");
|
||||
Gui::gui->status_bar->queueMessage("Resetting the C64");
|
||||
Gui::gui->popView();
|
||||
break;
|
||||
case 10: /* Networking */
|
||||
Gui::gui->pushView(Gui::gui->nv);
|
||||
|
Loading…
Reference in New Issue
Block a user