Android: Fix buttons scale reset

This commit is contained in:
Gamer64
2024-11-10 18:16:50 +00:00
committed by OpenSauce04
parent e884d5f3f3
commit 699d31c033
@@ -1069,7 +1069,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback, Choreographer.Fram
private fun resetScale(target: String) {
preferences.edit().putInt(
target,
100
50
).apply()
}