GS: Flush any pending draws on reset.

This commit is contained in:
refractionpcsx2 2022-07-25 22:04:16 +01:00
parent c50d671bdb
commit 4b3e6d7a58
1 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,8 @@ GSState::~GSState()
void GSState::Reset(bool hardware_reset) void GSState::Reset(bool hardware_reset)
{ {
Flush();
// FIXME: bios logo not shown cut in half after reset, missing graphics in GoW after first FMV // FIXME: bios logo not shown cut in half after reset, missing graphics in GoW after first FMV
if (hardware_reset) if (hardware_reset)
memset(m_mem.m_vm8, 0, m_mem.m_vmsize); memset(m_mem.m_vm8, 0, m_mem.m_vmsize);