diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2024-02-19 19:26:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-19 19:26:18 +0100 |
commit | daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68 (patch) | |
tree | 505faa60281098cb7f7053fa30e473a0272394c4 /src/android | |
parent | Merge pull request #13080 from FearlessTobi/scope-exit (diff) | |
download | yuzu-daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68.tar yuzu-daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68.tar.gz yuzu-daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68.tar.bz2 yuzu-daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68.tar.lz yuzu-daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68.tar.xz yuzu-daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68.tar.zst yuzu-daf350f5d38e02bbe4cf3e7ae46019d3c9b88c68.zip |
Diffstat (limited to 'src/android')
-rw-r--r-- | src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt b/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt index c3b2b11f8..bcc880e17 100644 --- a/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt +++ b/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt @@ -810,7 +810,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback { } } } - binding.doneControlConfig.setVisible(false) + binding.doneControlConfig.setVisible(true) binding.surfaceInputOverlay.setIsInEditMode(true) } |