MTGS: Fix GS reset behaviour

This commit is contained in:
refractionpcsx2 2022-05-29 22:03:02 +01:00
parent 5ef159876a
commit 6562a5191a
1 changed files with 1 additions and 1 deletions

View File

@ -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: