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:
StapleButter
2017-05-03 01:21:39 +02:00
parent ce240f4216
commit 9e622dcc66
2 changed files with 18 additions and 3 deletions

View File

@ -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?