mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-07 19:23:14 +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
|
@ -165,7 +165,7 @@ public:
|
|||
debug_message_popup.push(std::move(message));
|
||||
}
|
||||
|
||||
bool& ShowingDebugMenuBar() {
|
||||
bool& IsShowingDebugMenuBar() {
|
||||
return showing_debug_menu_bar;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue