lesbird / MAME4apple-037b5

MAME 0.37B5 for iOS devices. 64-bit, rebuilt from the original 0.37B5 source code, SpriteKit renderer.
84 stars 25 forks source link

Runs Better on iPhone 5s than iPhone 7 #20

Closed asplogic closed 7 years ago

asplogic commented 7 years ago

The app performs much better on the older iPhone 5s than the iPhone 7. It seems to be way more laggy on the iPhone 7. Are there any files or functions that can be manually edited to optimize the frame rate? If you can point me to those, I can give it a try. Thanks.

asplogic commented 7 years ago

What I ended up doing was increase the frame rate buffer and that seem to do the trick for most games.

-(void)initFrameBuffer { UINT32 bufferWidth = 10240; UINT32 bufferHeight = 10240; ...

lesbird commented 7 years ago

I'm actually surprised that increasing the frame buffer size made a difference. I'll give it a try.