OSCR
Open Source Cartridge Reader
Loading...
Searching...
No Matches
OSCR::CoreDefinition Struct Reference

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 )()

Detailed Description

Metadata for OSCR system cores and main menu options.

Parameters
idShould be 0 for menu-only options. For cores, use a unique integer that never changes.
titlePointer to the menu entry name to use.
menuEntry function to be executed when selected from the main menu.

The documentation for this struct was generated from the following file:
  • C:/Developer/Projects/OSCR/oscr-firmware/include/common/Types.h