mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Fix crashes in dual core mode on a PI_FIFO_RESET
This commit is contained in:
parent
b6a18b0da5
commit
ab8a8e6f84
3 changed files with 23 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue