mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Do some clean up
This commit is contained in:
parent
bed47ea30a
commit
d5d76b086f
2 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
#import "AppDelegate.h"
|
||||
#import "DisplayManager.h"
|
||||
#import "ViewController.h"
|
||||
#import "base/NativeApp.h"
|
||||
#import "Core/System.h"
|
||||
|
|
|
@ -162,9 +162,6 @@ static GraphicsContext *graphicsContext;
|
|||
[EAGLContext setCurrentContext:self.context];
|
||||
self.preferredFramesPerSecond = 60;
|
||||
|
||||
// Might be useful for a speed boot, sacrificing resolution:
|
||||
view.contentScaleFactor = screen.scale;
|
||||
|
||||
[[DisplayManager shared] updateResolution:[UIScreen mainScreen]];
|
||||
|
||||
graphicsContext = new IOSGraphicsContext();
|
||||
|
|
Loading…
Add table
Reference in a new issue