System: Rework some throttler/vsync logic

This commit is contained in:
Connor McLaughlin
2022-08-10 13:09:32 +10:00
parent b698ff1fff
commit 54c2447ff3
2 changed files with 24 additions and 35 deletions

View File

@ -230,6 +230,9 @@ void Throttle();
void UpdatePerformanceCounters();
void ResetPerformanceCounters();
/// Resets vsync/max present fps state.
void UpdateDisplaySync();
// Access controllers for simulating input.
Controller* GetController(u32 slot);
void UpdateControllers();