mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-28 15:06:31 -05:00
FrameLimiting: Enable frame limiting for single core.
This commit is contained in:
@@ -119,7 +119,7 @@ double PerfStats::GetLastFrameTimeScale() {
|
||||
}
|
||||
|
||||
void FrameLimiter::DoFrameLimiting(microseconds current_system_time_us) {
|
||||
if (!Settings::values.use_frame_limit) {
|
||||
if (!Settings::values.use_frame_limit || Settings::values.use_multi_core) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user