mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
android: EmulationFragment: Always reset overlay.
- Ensures correct placement until we have better overlay configuration.
This commit is contained in:
parent
cfbe4b09eb
commit
f292a3a357
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue