mirror of https://github.com/PCSX2/pcsx2.git
MTGS: Fix GS reset behaviour
This commit is contained in:
parent
5ef159876a
commit
6562a5191a
|
@ -498,7 +498,7 @@ void SysMtgsThread::MainLoop()
|
|||
|
||||
case GS_RINGTYPE_RESET:
|
||||
MTGS_LOG("(MTGS Packet Read) ringtype=Reset");
|
||||
GSreset(tag.data != 0);
|
||||
GSreset(tag.data[0] != 0);
|
||||
break;
|
||||
|
||||
case GS_RINGTYPE_SOFTRESET:
|
||||
|
|
Loading…
Reference in New Issue