add proper support for GXFIFO stalls.

bad games that blast the GXFIFO and overflow it:
* Super Mario 64 DS
* Rayman RR2

latter seems to get its music streaming crapoed.
This commit is contained in:
StapleButter
2018-11-23 22:21:41 +01:00
parent 27e1ca4103
commit a9e7f8bc5b
8 changed files with 140 additions and 34 deletions

View File

@ -23,7 +23,7 @@
#include "types.h"
#define SAVESTATE_MAJOR 2
#define SAVESTATE_MINOR 0
#define SAVESTATE_MINOR 1
class Savestate
{