mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
* clean up code
* working-ish run/pause/reset * proper closing/cleanup * ability to run BIOS alone
This commit is contained in:
@ -328,6 +328,14 @@ void LoadROM(const char* path, bool direct)
|
||||
|
||||
if (NDSCart::LoadROM(path, direct))
|
||||
Running = true;
|
||||
else
|
||||
printf("Failed to load ROM %s\n", path);
|
||||
}
|
||||
|
||||
void LoadBIOS()
|
||||
{
|
||||
Reset();
|
||||
Running = true;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user