![]() |
OSCR
Open Source Cartridge Reader
|
Metadata for OSCR system cores and main menu options. More...
#include <common/Types.h>
Public Attributes | |
| CoreID const | id = CoreID::NONE |
| char const * | title |
| void(* | menu )() |
Metadata for OSCR system cores and main menu options.
| id | Should be 0 for menu-only options. For cores, use a unique integer that never changes. |
| title | Pointer to the menu entry name to use. |
| menu | Entry function to be executed when selected from the main menu. |