aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
diff options
context:
space:
mode:
authorNadia Holmquist Pedersen <nadia@nhp.sh>2020-07-27 16:06:53 +0200
committerGitHub <noreply@github.com>2020-07-27 16:06:53 +0200
commit40a9f41be8ec484728862eb065b9b6985909db33 (patch)
treea037a722e60dc06a8de6990ce9da0c50f2d7015f /src/NDS.cpp
parent5c08207f359479fdd16fa8517f9d2a5e8fe52c63 (diff)
parentdff14ca80ada883870131c7ff17d85866254ccc0 (diff)
Merge branch 'master' into fix/aarch64-ci
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r--src/NDS.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp
index 18ae3e9..65c3223 100644
--- a/src/NDS.cpp
+++ b/src/NDS.cpp
@@ -1815,14 +1815,14 @@ void debug(u32 param)
}
fclose(shit);*/
FILE*
- /*shit = fopen("debug/dump9.bin", "wb");
+ shit = fopen("debug/dump9.bin", "wb");
for (u32 i = 0x02000000; i < 0x04000000; i+=4)
{
u32 val = DSi::ARM9Read32(i);
fwrite(&val, 4, 1, shit);
}
- fclose(shit);*/
- shit = fopen("debug/dump7_2.bin", "wb");
+ fclose(shit);
+ shit = fopen("debug/dump7.bin", "wb");
for (u32 i = 0x02000000; i < 0x04000000; i+=4)
{
u32 val = DSi::ARM7Read32(i);