Work around very brittle snapshot code

This commit is contained in:
Snesrev
2023-03-06 03:42:00 +01:00
parent e3d2202053
commit 75ff49d4f2
5 changed files with 12 additions and 5 deletions

View File

@@ -33,6 +33,8 @@ struct Apu {
uint8_t outPorts[4];
Timer timer[3];
uint8_t cpuCyclesLeft;
uint8_t pad[6];
union {
struct DspRegWriteHistory hist;