diff options
author | StapleButter <thetotalworm@gmail.com> | 2017-02-01 21:35:00 +0100 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2017-02-01 21:35:00 +0100 |
commit | 282dcdece36f2f0e3c400df929db5dc0444a6d5e (patch) | |
tree | 0463b72e862a0885d224ce331107b254b5a1bf3a /NDSCart.cpp | |
parent | 64f9822db61ae927d7e49f399c6334cea88ec0fa (diff) |
* make direct boot less shitty.
* add main RAM mirror at 0x02800000 for ARM7.
Diffstat (limited to 'NDSCart.cpp')
-rw-r--r-- | NDSCart.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NDSCart.cpp b/NDSCart.cpp index d4f657d..145f627 100644 --- a/NDSCart.cpp +++ b/NDSCart.cpp @@ -347,6 +347,8 @@ void LoadROM(char* path) fclose(f); //CartROM = f; + NDS::SetupDirectBoot(); + CartInserted = true; // generate a ROM ID |