When you open a game right now, the screen will not display any frames until you:
Hover and trigger the player controls (on Mac)
Switch apps and come back (on iOS)
I have tried every combination of setNeedsDisplay/setNeedsLayout and have been unable to figure out something that can consistently get this to work. I'd rather not use a hacky SwiftUI fix, but I may need to.
I have also tried a full on UIKit view controller for the emulation view, but same issue there.
When you open a game right now, the screen will not display any frames until you:
I have tried every combination of setNeedsDisplay/setNeedsLayout and have been unable to figure out something that can consistently get this to work. I'd rather not use a hacky SwiftUI fix, but I may need to.
I have also tried a full on UIKit view controller for the emulation view, but same issue there.