mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-01-09 16:29:25 +01:00
Android: Fix buttons scale reset
This commit is contained in:
parent
9a5fa363f2
commit
b825ba43bd
@ -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…
x
Reference in New Issue
Block a user