Android: Fix buttons scale reset

This commit is contained in:
Gamer64 2024-08-13 21:17:49 +02:00 committed by OpenSauce
parent 9a5fa363f2
commit b825ba43bd

View File

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