1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Return gDPSetTexturePersp(G_TP_PERSP) back to begin of RSP_ProcessDList().

Fixed balls in Virtual Pool.
This commit is contained in:
Sergey Lipskiy 2014-12-12 21:15:08 +06:00
parent 2910417f31
commit dcbc303c68

View File

@ -150,6 +150,7 @@ void RSP_ProcessDList()
gSP.changed &= ~CHANGED_CPU_FB_WRITE;
gSP.changed |= CHANGED_MATRIX;
gDPSetDepthSource(G_ZS_PIXEL);
gDPSetTexturePersp(G_TP_PERSP);
u32 uc_start = *(u32*)&DMEM[0x0FD0];
u32 uc_dstart = *(u32*)&DMEM[0x0FD8];