mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
@@ -193,6 +193,7 @@ void GLRenderLoop(IOSGLESContext *graphicsContext) {
|
||||
self.glView.drawableDepthFormat = GLKViewDrawableDepthFormat24;
|
||||
self.glView.drawableStencilFormat = GLKViewDrawableStencilFormat8;
|
||||
self.glView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
|
||||
self.glView.multipleTouchEnabled = YES;
|
||||
[self.view addSubview:self.glView];
|
||||
|
||||
// self.view.insetsLayoutMarginsFromSafeArea = NO;
|
||||
|
||||
Reference in New Issue
Block a user