Lowers MelonDSDeltaCore non-JIT maximum Fast Forward speed to 1.5x
Without JIT, the processor throttles very quickly at 2x. 1.5x allows at least a couple minutes before throttling kicks in.
This commit is contained in:
parent
1871f69aca
commit
66cfc272c1
@ -71,7 +71,7 @@ extension DeltaCoreProtocol
|
||||
case N64.core where UIDevice.current.hasA11ProcessorOrBetter: return 3
|
||||
case N64.core where UIDevice.current.hasA9ProcessorOrBetter: return 1.5
|
||||
case MelonDS.core where UIDevice.current.supportsJIT: return 3
|
||||
case MelonDS.core where UIDevice.current.hasA11ProcessorOrBetter: return 2
|
||||
case MelonDS.core where UIDevice.current.hasA11ProcessorOrBetter: return 1.5
|
||||
default: return 1
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user