mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-16 03:49:59 +01:00
Android: Fix buttons scale reset
This commit is contained in:
parent
e884d5f3f3
commit
699d31c033
@ -1069,7 +1069,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