GS: Don't reset CRT mode on reset

This commit is contained in:
refractionpcsx2
2023-04-02 13:11:27 +02:00
committed by lightningterror
parent 3f640ed7eb
commit b3fb6e7822
-2
View File
@@ -86,8 +86,6 @@ static __fi void gsCSRwrite( const tGS_CSR& csr )
memzero(g_RealGSMem);
GSIMR.reset();
CSRreg.Reset();
gsVideoMode = GS_VideoMode::Uninitialized;
UpdateVSyncRate();
GetMTGS().SendSimplePacket(GS_RINGTYPE_RESET, 0, 0, 0);
}