mirror of https://github.com/PCSX2/pcsx2.git
GS: Don't reset CRT mode on reset
This commit is contained in:
parent
3f640ed7eb
commit
b3fb6e7822
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue