AndyQ / C64Emulator

A Commodore C64 emulator for iOS based on Vice 2.3
GNU General Public License v2.0
43 stars 7 forks source link

Black screen on iOS 11.1.2 #5

Closed SpyMasterP closed 6 years ago

SpyMasterP commented 6 years ago

Hello,

I believe this is the same issue previously fixed for the beta version of iOS 11, however this fix does not appear to work on the latest version of iOS 11.

AndyQ commented 6 years ago

May be fixed in latest commit. Not quite sure why yet but it appears to be an OpenGL initialisation issue where if you send a frame down too quickly then it won't render. Ignoring the first frame sent seems to fix it.

SpyMasterP commented 6 years ago

It's working! Great, thank you!