3D: fix0r matrix stack handling when stack pointers overflow (it fucking wraps around).

fixes #231 and probably others of the same vein.
This commit is contained in:
StapleButter
2018-11-05 16:05:16 +01:00
parent b4165cc0a9
commit 9b32418367
2 changed files with 23 additions and 61 deletions

View File

@ -22,9 +22,6 @@
namespace CP15
{
extern u8 ITCM[0x8000];
extern u32 ITCMSize;
void Reset();
void DoSavestate(Savestate* file);