aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2024-04-12 17:28:51 +0200
committerArisotura <thetotalworm@gmail.com>2024-04-12 17:28:51 +0200
commit111dc7a563dc0050939f794445574a342836bdde (patch)
treec27b0dfb0870780309f381e864ba579fc8e0bee8 /src/NDS.cpp
parent0b87dd5fa6aa70277d07a2af301db843be9e9a01 (diff)
wifi improvements:
* implement channels * rework power-down support, fixing bugs * fix bug when W_BeaconInterval is zero * fix potential missing IRQs when writing to W_IE
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r--src/NDS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp
index 284f6eb..68227ea 100644
--- a/src/NDS.cpp
+++ b/src/NDS.cpp
@@ -1845,7 +1845,7 @@ void NDS::debug(u32 param)
//for (int i = 0; i < 9; i++)
// printf("VRAM %c: %02X\n", 'A'+i, GPU->VRAMCNT[i]);
- Platform::FileHandle* shit = Platform::OpenFile("debug/DSfirmware.bin", FileMode::Write);
+ Platform::FileHandle* shit = Platform::OpenFile("debug/pokeplat.bin", FileMode::Write);
Platform::FileWrite(ARM9.ITCM, 0x8000, 1, shit);
for (u32 i = 0x02000000; i < 0x02400000; i+=4)
{