| 14 | static bool s_GSRegistersWritten = false; |
| 15 | |
| 16 | void gsSetVideoMode(GS_VideoMode mode) |
| 17 | { |
| 18 | gsVideoMode = mode; |
| 19 | UpdateVSyncRate(false); |
| 20 | } |
| 21 | |
| 22 | // Make sure framelimiter options are in sync with GS capabilities. |
| 23 | void gsReset() |
no test coverage detected