Add the basics of the Emulation menu to the Mac build

This commit is contained in:
Henrik Rydgård 2023-04-28 15:16:57 +02:00
parent de10c1c1c6
commit e1d4a19ce1
3 changed files with 112 additions and 49 deletions

View file

@ -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", "");