diff options
author | StapleButter <thetotalworm@gmail.com> | 2018-11-05 16:05:16 +0100 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2018-11-05 16:05:16 +0100 |
commit | 9b32418367ee09628b499abdf9a8be7e9c989952 (patch) | |
tree | b6b0c3ab69f2e0a9dee1ba7c5931aa38cab7cbf4 /src/CP15.h | |
parent | b4165cc0a907906440608b2023babed7a7e1f14e (diff) |
3D: fix0r matrix stack handling when stack pointers overflow (it fucking wraps around).
fixes #231 and probably others of the same vein.
Diffstat (limited to 'src/CP15.h')
-rw-r--r-- | src/CP15.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -22,9 +22,6 @@ namespace CP15 { -extern u8 ITCM[0x8000]; -extern u32 ITCMSize; - void Reset(); void DoSavestate(Savestate* file); |