mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-28 22:33:17 +00:00
keep framerate stable even without vsync (#2165)
This commit is contained in:
parent
56a6c95730
commit
8695383d35
7 changed files with 38 additions and 17 deletions
|
@ -37,6 +37,10 @@ public:
|
|||
void Start();
|
||||
|
||||
void End();
|
||||
|
||||
std::chrono::nanoseconds GetTotalWait() const {
|
||||
return total_wait;
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace Common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue