mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
From rock88: Set max FPS to 60 instead of default 30 on iOS.
This commit is contained in:
parent
5091c7aae2
commit
6a9e2e559c
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ ViewController* sharedViewController;
|
|||
view.context = self.context;
|
||||
view.drawableDepthFormat = GLKViewDrawableDepthFormat24;
|
||||
[EAGLContext setCurrentContext:self.context];
|
||||
self.preferredFramesPerSecond = 60;
|
||||
|
||||
float scale = [UIScreen mainScreen].scale;
|
||||
CGSize size = [[UIApplication sharedApplication].delegate window].frame.size;
|
||||
|
|
Loading…
Add table
Reference in a new issue