We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf36b6 commit 7d409d7Copy full SHA for 7d409d7
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Retro-Go 1.41 (2024-??-??)
+# Retro-Go 1.41 (2024-04-16)
2
- MSX: Added fMSX emulator
3
- COL: Added virtual keyboard so that more games work
4
- COL: Fixed savestates not working
fmsx/main/main.c
@@ -106,6 +106,7 @@ int ProcessEvents(int Wait)
106
// I think this key could be better used for something else
107
// but for now the feedback is to keep a key for fMSX menu...
108
InMenu = 2;
109
+ return 0;
110
}
111
112
if (InMenu == 2)
0 commit comments