aboutsummaryrefslogtreecommitdiff
path: root/NDS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NDS.cpp')
-rw-r--r--NDS.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/NDS.cpp b/NDS.cpp
index aa23d53..06e85f6 100644
--- a/NDS.cpp
+++ b/NDS.cpp
@@ -311,8 +311,8 @@ void Reset()
// test
//LoadROM();
//LoadFirmware();
- // a_interp2.nds a_rounding (10) (11)
- if (NDSCart::LoadROM("rom/nsmb.nds"))
+ // a_interp2.nds a_rounding (10) (11) a_slope (5)
+ if (NDSCart::LoadROM("rom/sm64ds.nds"))
Running = true; // hax
}