aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-06-05 01:58:14 +0200
committerStapleButter <thetotalworm@gmail.com>2017-06-05 01:58:14 +0200
commit9e36cba941b2cc157de259c0cd4c653e6d417b7b (patch)
tree90ec6c2ece4d13ccde4dc22044fcf8aeb52efaf8 /src/NDS.cpp
parentfb1eb43fb4a4e4f8ea16eac8df981bcb3422a6b5 (diff)
wifi: fix TX start logic (it is possible to write TXREQ then TXLOC)
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r--src/NDS.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp
index a93e581..82b7ca6 100644
--- a/src/NDS.cpp
+++ b/src/NDS.cpp
@@ -228,6 +228,9 @@ void SetupDirectBoot()
PowerControl9 = 0x820F;
GPU::DisplaySwap(PowerControl9);
+ // checkme
+ RCnt = 0x8000;
+
SPU::SetBias(0x200);
ARM7BIOSProt = 0x1204;