diff options
author | StapleButter <thetotalworm@gmail.com> | 2017-06-05 01:58:14 +0200 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2017-06-05 01:58:14 +0200 |
commit | 9e36cba941b2cc157de259c0cd4c653e6d417b7b (patch) | |
tree | 90ec6c2ece4d13ccde4dc22044fcf8aeb52efaf8 /src/NDS.cpp | |
parent | fb1eb43fb4a4e4f8ea16eac8df981bcb3422a6b5 (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.cpp | 3 |
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; |