mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
* make direct boot less shitty.
* add main RAM mirror at 0x02800000 for ARM7.
This commit is contained in:
@ -347,6 +347,8 @@ void LoadROM(char* path)
|
||||
fclose(f);
|
||||
//CartROM = f;
|
||||
|
||||
NDS::SetupDirectBoot();
|
||||
|
||||
CartInserted = true;
|
||||
|
||||
// generate a ROM ID
|
||||
|
Reference in New Issue
Block a user