mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-04-10 19:15:14 +00:00
GPU: Update display on reset
This commit is contained in:
parent
75e9506803
commit
461e6aa50b
|
@ -91,6 +91,7 @@ void GPU::Reset(bool clear_vram)
|
||||||
SoftReset();
|
SoftReset();
|
||||||
m_set_texture_disable_mask = false;
|
m_set_texture_disable_mask = false;
|
||||||
m_GPUREAD_latch = 0;
|
m_GPUREAD_latch = 0;
|
||||||
|
UpdateDisplay();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GPU::SoftReset()
|
void GPU::SoftReset()
|
||||||
|
|
Loading…
Reference in a new issue