Make sure framelimiter options are in sync with GS capabilities.
| 21 | |
| 22 | // Make sure framelimiter options are in sync with GS capabilities. |
| 23 | void gsReset() |
| 24 | { |
| 25 | MTGS::ResetGS(true); |
| 26 | gsVideoMode = GS_VideoMode::Uninitialized; |
| 27 | std::memset(g_RealGSMem, 0, sizeof(g_RealGSMem)); |
| 28 | UpdateVSyncRate(true); |
| 29 | } |
| 30 | |
| 31 | static __fi void gsCSRwrite( const tGS_CSR& csr ) |
| 32 | { |
no test coverage detected