Charles Lombardo
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
binding.surfaceInputOverlay.setIsInEditMode(true) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|