mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
3D: attempt at fixing culling. players in Madden are no longer full of holes, and that also fixes occasional missing polygons in RaymanDS, and probably others.
This commit is contained in:
@ -124,6 +124,8 @@ void SetIRQ14(bool forced)
|
||||
|
||||
if (!forced)
|
||||
IOPORT(W_BeaconCount1) = IOPORT(W_BeaconInterval);
|
||||
else
|
||||
printf("wifi: weird forced IRQ14\n");
|
||||
|
||||
IOPORT(W_BeaconCount2) = 0xFFFF;
|
||||
IOPORT(W_TXReqRead) &= 0xFFF2; // todo, eventually?
|
||||
|
Reference in New Issue
Block a user