mirror of https://github.com/PCSX2/pcsx2.git
gs: make sure the gs panel handler is opened when needed
This commit is contained in:
parent
44026aa899
commit
b5f50f283c
|
@ -242,6 +242,8 @@ void SysMtgsThread::OpenGS()
|
|||
if (m_Opened)
|
||||
return;
|
||||
|
||||
sApp.OpenGsPanel();
|
||||
|
||||
memcpy(RingBuffer.Regs, PS2MEM_GS, sizeof(PS2MEM_GS));
|
||||
GSsetBaseMem(RingBuffer.Regs);
|
||||
GSirqCallback(dummyIrqCallback);
|
||||
|
|
Loading…
Reference in New Issue