Fix crashes in dual core mode on a PI_FIFO_RESET

This commit is contained in:
CasualPokePlayer
2022-08-18 13:38:37 -07:00
parent b6a18b0da5
commit ab8a8e6f84
3 changed files with 23 additions and 1 deletions

View File

@ -27,6 +27,7 @@ public:
EFB_PEEK_Z,
SWAP_EVENT,
BBOX_READ,
FIFO_RESET,
PERF_QUERY,
DO_SAVE_STATE,
} type;
@ -62,6 +63,10 @@ public:
u16* data;
} bbox;
struct
{
} fifo_reset;
struct
{
} perf_query;