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

@ -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;