Updated CHANGELOG.md

This commit is contained in:
Alex Duchesne 2024-04-16 18:51:17 -04:00
parent 1bf36b69b4
commit 7d409d77d2
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Retro-Go 1.41 (2024-??-??)
# Retro-Go 1.41 (2024-04-16)
- MSX: Added fMSX emulator
- COL: Added virtual keyboard so that more games work
- COL: Fixed savestates not working

View File

@ -106,6 +106,7 @@ int ProcessEvents(int Wait)
// I think this key could be better used for something else
// but for now the feedback is to keep a key for fMSX menu...
InMenu = 2;
return 0;
}
if (InMenu == 2)