mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 08:18:24 -05:00
early-access version 3442
This commit is contained in:
parent
089cce35df
commit
6c134ef361
@ -1,7 +1,7 @@
|
||||
yuzu emulator early access
|
||||
=============
|
||||
|
||||
This is the source code for early-access 3441.
|
||||
This is the source code for early-access 3442.
|
||||
|
||||
## Legal Notice
|
||||
|
||||
|
@ -126,8 +126,8 @@ double PerfStats::GetLastFrameTimeScale() const {
|
||||
}
|
||||
|
||||
void SpeedLimiter::DoSpeedLimiting(microseconds current_system_time_us) {
|
||||
if (!Settings::values.use_speed_limit.GetValue() ||
|
||||
Settings::values.use_multi_core.GetValue()) {
|
||||
if (Settings::values.use_multi_core.GetValue() ||
|
||||
!Settings::values.use_speed_limit.GetValue()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user