diff options
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.java | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.java b/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.java index 32f077944..cc190eb7f 100644 --- a/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.java +++ b/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.java @@ -106,7 +106,8 @@ public final class EmulationFragment extends Fragment implements SurfaceHolder.C              doneButton.setOnClickListener(v -> stopConfiguringControls());          } -        // Show/hide the "Show FPS" overlay +        // Setup overlay. +        resetInputOverlay();          updateShowFpsOverlay();          // The new Surface created here will get passed to the native code via onSurfaceChanged.  | 
