mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 15:50:00 -06:00
add menu items for running the firmware and for quitting.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user