mirror of https://github.com/PCSX2/pcsx2.git
GS: Flush any pending draws on reset.
This commit is contained in:
parent
c50d671bdb
commit
4b3e6d7a58
|
@ -149,6 +149,8 @@ GSState::~GSState()
|
|||
|
||||
void GSState::Reset(bool hardware_reset)
|
||||
{
|
||||
Flush();
|
||||
|
||||
// FIXME: bios logo not shown cut in half after reset, missing graphics in GoW after first FMV
|
||||
if (hardware_reset)
|
||||
memset(m_mem.m_vm8, 0, m_mem.m_vmsize);
|
||||
|
|
Loading…
Reference in New Issue