Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ducalex committed Apr 16, 2024
1 parent 1bf36b6 commit 7d409d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions fmsx/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7d409d7

Please sign in to comment.