mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
android: Allow up to 400% for the limit speed percent setting
This commit is contained in:
parent
da57f07bce
commit
0b747daa41
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue