rev111

Results 3 comments of rev111

Upon further inspection the problem seems to be that the database can't be opened because this line returns nil: https://github.com/AndyQ/C64Emulator/blob/7f024f532956b35b925059eaabd19240452ee129/C64Emulator/Utils/DatabaseManager.swift#L62 Apparently the app bundle is searched for a (sqlite?) file...

markiehill, I see the file games.db in C64Emulator/Resources, not in /resources/roms. I don't understand what you mean with "corresponding resources folder in Xcode", could you give a few more details?...

I also had this problem with `Bodies.fromVertices` and an array of convex polygons: They would all center themselves around the center position, overlapping each other. After some testing, I discovered...