From 461e6aa50bbc19201642b5e2eda298f415d92b01 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Tue, 24 Aug 2021 11:57:12 +1000 Subject: [PATCH] GPU: Update display on reset --- src/core/gpu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/gpu.cpp b/src/core/gpu.cpp index 10e1a45a8..96dd3d7af 100644 --- a/src/core/gpu.cpp +++ b/src/core/gpu.cpp @@ -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()