GPU: Update display on reset

This commit is contained in:
Connor McLaughlin 2021-08-24 11:57:12 +10:00
parent 75e9506803
commit 461e6aa50b

View file

@ -91,6 +91,7 @@ void GPU::Reset(bool clear_vram)
SoftReset();
m_set_texture_disable_mask = false;
m_GPUREAD_latch = 0;
UpdateDisplay();
}
void GPU::SoftReset()