Add the basics of the Emulation menu to the Mac build
This commit is contained in:
parent
de10c1c1c6
commit
e1d4a19ce1
3 changed files with 112 additions and 49 deletions
|
@ -509,6 +509,7 @@ namespace MainWindow {
|
|||
g_Config.bEnableCheats = !g_Config.bEnableCheats;
|
||||
osm.ShowOnOff(gr->T("Cheats"), g_Config.bEnableCheats);
|
||||
break;
|
||||
|
||||
case ID_EMULATION_CHAT:
|
||||
if (GetUIState() == UISTATE_INGAME) {
|
||||
NativeMessageReceived("chat screen", "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue