mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +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
|
@ -158,6 +158,10 @@ void AsyncRequests::HandleEvent(const AsyncRequests::Event& e)
|
|||
*e.bbox.data = g_renderer->BBoxRead(e.bbox.index);
|
||||
break;
|
||||
|
||||
case Event::FIFO_RESET:
|
||||
Fifo::ResetVideoBuffer();
|
||||
break;
|
||||
|
||||
case Event::PERF_QUERY:
|
||||
g_perf_query->FlushResults();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue