add menu items for running the firmware and for quitting.

This commit is contained in:
Arisotura
2020-04-28 22:45:11 +02:00
parent 0913576ef5
commit 63efc2e02a
4 changed files with 69 additions and 3 deletions

View File

@ -40,6 +40,9 @@ extern bool SavestateLoaded;
// initialize the ROM handling utility
void Init_ROM();
// load the BIOS/firmware and boot from it
bool LoadBIOS();
// load a ROM file to the specified cart slot
// note: loading a ROM to the NDS slot resets emulation
bool LoadROM(const char* file, int slot);