GS: Don't reset CRT mode on reset

This commit is contained in:
refractionpcsx2 2023-04-02 01:47:45 +01:00 committed by lightningterror
parent 3f640ed7eb
commit b3fb6e7822
1 changed files with 0 additions and 2 deletions

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);
}