Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
119 additions
and 12 deletions.
- +1 −0 include/gui.h
- +1 −1 include/lang.h
- +3 −0 include/menusys.h
- +1 −1 lng/lang_English.lng
- +2 −1 src/gui.c
- +1 −1 src/lang.c
- +103 −6 src/menusys.c
- +7 −2 src/opl.c
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -57,6 +57,7 @@ extern int guiFrameId; | ||
| #define GUI_SCREEN_MENU 1 | ||
| #define GUI_SCREEN_INFO 2 | ||
| #define GUI_SCREEN_GAME_MENU 3 | ||
| #define GUI_SCREEN_APP_MENU 4 | ||
|
|
||
| void guiSwitchScreen(int target); | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -269,7 +269,7 @@ enum _STR_IDS { | ||
| _STR_CACHE_HDD_GAME_LIST, | ||
| _STR_ENABLE_NOTIFICATIONS, | ||
| _STR_NOTIFICATIONS, | ||
| _STR_OPTIONS, | ||
| _STR_GAME_SETTINGS_SAVED, | ||
| _STR_GAME_SETTINGS_REMOVED, | ||
| _STR_NET_UPDATE_HINT, | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters