Android: Fix buttons scale reset

This commit is contained in:
Gamer64 2024-08-13 21:17:49 +02:00 committed by OpenSauce04
parent e884d5f3f3
commit 699d31c033

View File

@ -1069,7 +1069,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback, Choreographer.Fram
private fun resetScale(target: String) {
preferences.edit().putInt(
target,
100
50
).apply()
}