mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 07:10:05 +00:00
Merge pull request #12091 from t895/silly-speed
android: Allow up to 400% for the limit speed percent setting
This commit is contained in:
commit
a77feca086
@ -73,7 +73,7 @@ abstract class SettingsItem(
|
|||||||
R.string.frame_limit_slider,
|
R.string.frame_limit_slider,
|
||||||
R.string.frame_limit_slider_description,
|
R.string.frame_limit_slider_description,
|
||||||
1,
|
1,
|
||||||
200,
|
400,
|
||||||
"%"
|
"%"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user