![]() |
OSCR
Open Source Cartridge Reader
|
Menu options for internal features. More...
Functions | |
| void | main () |
Variables | |
| CoreDefinition const | MainMenuOptions [] |
| List of cores shown on the main menu screen. | |
| uint8_t const | kMainMenuOptionCount = sizeof(MainMenuOptions)/sizeof(MainMenuOptions[0]) |
| uint8_t const | kMainMenuNonCoreCount = 2 |
| uint8_t const | kMainMenuCoreCount = kMainMenuOptionCount - kMainMenuNonCoreCount |
Menu options for internal features.
|
extern |
Renders Main Menu and executes menu method for the selected core.
Require at least 1 core to be enabled.
|
constexpr |
Number of core options in the MainMenuOptions array.
|
constexpr |
Number of non-core options (i.e. About, Reset, ...) in the MainMenuOptions array.
|
constexpr |
Number of entries in the MainMenuOptions array.
|
constexpr |
List of cores shown on the main menu screen.
Changing the order of the cores in this array will change their display order on the main menu as well.