go back to auto boot bios 4real this time

This commit is contained in:
izzy2lost
2025-08-28 03:10:35 -04:00
parent f2a9378836
commit c63575dadc
@@ -36,7 +36,10 @@ public class SDLSurface extends SurfaceView implements SurfaceHolder.Callback {
@Override
public void surfaceChanged(@NonNull SurfaceHolder p_holder, int p_format, int p_width, int p_height) {
NativeApp.onNativeSurfaceChanged(p_holder.getSurface(), p_width, p_height);
// Don't automatically start emulation - let user choose when to start
MainActivity _nativeActivity = (MainActivity) getContext();
if(_nativeActivity != null) {
_nativeActivity.startEmuThread();
}
}
// Called when we lose the surface