diff options
| author | 2023-11-20 09:38:21 -0500 | |
|---|---|---|
| committer | 2023-11-20 09:38:21 -0500 | |
| commit | a77feca08683497206d8173a6f3e5b413c78204a (patch) | |
| tree | 2e55238be0caa0dcbee3ed545c1f7a9362168dd0 | |
| parent | Merge pull request #12097 from Squall-Leonhart/ResourceToGetResource (diff) | |
| parent | android: Allow up to 400% for the limit speed percent setting (diff) | |
| download | yuzu-a77feca08683497206d8173a6f3e5b413c78204a.tar.gz yuzu-a77feca08683497206d8173a6f3e5b413c78204a.tar.xz yuzu-a77feca08683497206d8173a6f3e5b413c78204a.zip | |
Merge pull request #12091 from t895/silly-speed
android: Allow up to 400% for the limit speed percent setting
Diffstat (limited to '')
| -rw-r--r-- | src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/view/SettingsItem.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/view/SettingsItem.kt b/src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/view/SettingsItem.kt index b3b3fc209..6aba69dbe 100644 --- a/src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/view/SettingsItem.kt +++ b/src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/view/SettingsItem.kt | |||
| @@ -73,7 +73,7 @@ abstract class SettingsItem( | |||
| 73 | R.string.frame_limit_slider, | 73 | R.string.frame_limit_slider, |
| 74 | R.string.frame_limit_slider_description, | 74 | R.string.frame_limit_slider_description, |
| 75 | 1, | 75 | 1, |
| 76 | 200, | 76 | 400, |
| 77 | "%" | 77 | "%" |
| 78 | ) | 78 | ) |
| 79 | ) | 79 | ) |