Browse Source

chore: use play button to resume, lawg better

pull/3651/head
xXJSONDeruloXx 7 days ago
parent
commit
abf08b9ef6
No known key found for this signature in database GPG Key ID: 629F3E618E280D7F
  1. 1
      src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt
  2. 2
      src/android/app/src/main/res/layout/fragment_emulation.xml

1
src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt

@ -2174,6 +2174,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback {
return
}
if (!emulationCanStart.invoke()) {
Log.warning("[EmulationFragment] Resume blocked by emulationCanStart check.")
return
}
val currentSurface = surface

2
src/android/app/src/main/res/layout/fragment_emulation.xml

@ -158,7 +158,7 @@
android:background="@drawable/circle_white"
android:contentDescription="@string/emulation_unpause"
android:padding="14dp"
android:src="@drawable/ic_pause"
android:src="@drawable/ic_play"
android:visibility="gone"
app:tint="@android:color/black" />

Loading…
Cancel
Save