Browse Source
Merge pull request #12091 from t895/silly-speed
android: Allow up to 400% for the limit speed percent setting
pull/15/merge
liamwhite
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/view/SettingsItem.kt
|
|
@ -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, |
|
|
"%" |
|
|
"%" |
|
|
) |
|
|
) |
|
|
) |
|
|
) |
|
|
|