mirror of
https://github.com/izzy2lost/PSX2.git
synced 2026-07-05 15:18:36 -07:00
go back to auto boot bios 4real this time
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user