Fix savestates

- prevent possible issue on big-endian by adding mask
- specify correct variable size to state struct
This commit is contained in:
negativeExponent
2020-01-23 09:25:01 +08:00
parent 305d7a048d
commit 575db021c6
5 changed files with 25 additions and 18 deletions

View File

@@ -90,8 +90,8 @@ static void makeppulut(void) {
}
}
static int ppudead = 1;
static int kook = 0;
static uint8 ppudead = 1;
static uint8 kook = 0;
int fceuindbg = 0;
int MMC5Hack = 0, PEC586Hack = 0;