mirror of
https://github.com/Lime3DS/Lime3DS
synced 2025-01-09 13:43:27 +00:00
Android: Fix buttons scale reset
This commit is contained in:
parent
9a5fa363f2
commit
b825ba43bd
1 changed files with 1 additions and 1 deletions
|
@ -1047,7 +1047,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback, Choreographer.Fram
|
||||||
private fun resetScale(target: String) {
|
private fun resetScale(target: String) {
|
||||||
preferences.edit().putInt(
|
preferences.edit().putInt(
|
||||||
target,
|
target,
|
||||||
100
|
50
|
||||||
).apply()
|
).apply()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue