keep framerate stable even without vsync (#2165)

This commit is contained in:
Vinicius Rangel
2025-01-16 21:10:17 -03:00
committed by GitHub
parent 56a6c95730
commit 8695383d35
7 changed files with 38 additions and 17 deletions

View File

@@ -37,6 +37,10 @@ public:
void Start();
void End();
std::chrono::nanoseconds GetTotalWait() const {
return total_wait;
}
};
} // namespace Common