mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	android: EmulationFragment: Always reset overlay.
- Ensures correct placement until we have better overlay configuration.
This commit is contained in:
		@@ -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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user