Ben Baron
Ben Baron
@skmp this issue is no longer relevant once https://github.com/reicast/reicast-emulator/pull/1825 is merged, as I've removed the Swift dependency entirely and ported everything to Obj-C/Obj-C++.
@arthabus Btw macOS support is fully functional now and should be merged into the alpha branch soon. In the meantime it can be built from the PR branch I linked...
@snes666 I have a big PR in to fix support for macOS, however I haven't looked into getting iOS building again yet. Though if/when I do get it building, it's...
Just ran into this bug today. Can confirm it seems to happen only with roms over 2gb. For example, most of my PS2 collection.
Looking into this now. The bug appears to be with the call to Utils::FileSystem::exists() in es-app/src/Gamelist.cpp line 115. The actual method is located in es-core/src/utils/FileSystemUtil.cpp line 553. The actual bug...
So it took me about 5 minutes to try out the fix and compile on Linux...and the rest of the day to try and get compiling working on Windows FML....
Fixed it! Took all of 10 minutes to fix, then 8 hours getting EmulationStation compiling on Windows haha. But having it work perfectly the first compile and seeing all of...
Looking forward to contributing more now that the painful "just get it to build" phase is over.
@eduyano good to know, in that case I'll fork RetroPie and submit the PR there.
@RoySegall If you look in the Products group on the left panel of Xcode you'll see it there, and you can right click it to show in finder. However, the...