Skip to content

Commit 7d409d7

Browse files
committed
Updated CHANGELOG.md
1 parent 1bf36b6 commit 7d409d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

fmsx/main/main.c

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ int ProcessEvents(int Wait)
106106
// I think this key could be better used for something else
107107
// but for now the feedback is to keep a key for fMSX menu...
108108
InMenu = 2;
109+
return 0;
109110
}
110111

111112
if (InMenu == 2)

0 commit comments

Comments
 (0)