Browse Source

android: EmulationFragment: Always reset overlay.

- Ensures correct placement until we have better overlay configuration.
nce_cpp
bunnei 3 years ago
parent
commit
f292a3a357
  1. 3
      src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.java

3
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()); doneButton.setOnClickListener(v -> stopConfiguringControls());
} }
// Show/hide the "Show FPS" overlay
// Setup overlay.
resetInputOverlay();
updateShowFpsOverlay(); updateShowFpsOverlay();
// The new Surface created here will get passed to the native code via onSurfaceChanged. // The new Surface created here will get passed to the native code via onSurfaceChanged.

Loading…
Cancel
Save