System: Add a new throttler/pacer which can catch up on lost time
This can result in worse frame pacing, so if you have a decent machine you'll probably want to turn on "display all frames" in display settings. But, it's sadly needed for Android.
This commit is contained in:
@ -94,6 +94,12 @@
|
||||
app:defaultValue="MMap"
|
||||
app:summary="@string/settings_summary_cpu_recompiler_fastmem"
|
||||
app:iconSpaceReserved="false" />
|
||||
<SwitchPreferenceCompat
|
||||
app:key="Display/DisplayAllFrames"
|
||||
app:title="@string/settings_display_all_frames"
|
||||
app:defaultValue="false"
|
||||
app:summary="@string/settings_summary_display_all_frames"
|
||||
app:iconSpaceReserved="false" />
|
||||
<ListPreference
|
||||
app:key="Display/MaxFPS"
|
||||
app:title="@string/settings_presented_frame_limit"
|
||||
|
||||
Reference in New Issue
Block a user