forked from eden-emu/eden
FrameLimiting: Enable frame limiting for single core.
This commit is contained in:
parent
f5e32935ca
commit
a7ecd9e19c
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue