mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
wifi: fix TX start logic (it is possible to write TXREQ then TXLOC)
This commit is contained in:
@ -228,6 +228,9 @@ void SetupDirectBoot()
|
||||
PowerControl9 = 0x820F;
|
||||
GPU::DisplaySwap(PowerControl9);
|
||||
|
||||
// checkme
|
||||
RCnt = 0x8000;
|
||||
|
||||
SPU::SetBias(0x200);
|
||||
|
||||
ARM7BIOSProt = 0x1204;
|
||||
|
Reference in New Issue
Block a user