thara / SwiftNES

Cross-platform NES Emulator written in Swift
MIT License
29 stars 0 forks source link

Support MetalKit rendering instead of SDL2 #2

Open thara opened 3 years ago

thara commented 3 years ago

Currently, SwiftNES runs on M1 Mac and occurs segment fault cause by SDL2.

Should be considered using MetalKit instead of SDL2.