mavethee / suyu-macos-builds-script

Zsh script to install needed dependencies, compile and run Suyu, a Nintendo Switch emulator on macOS syetem, preferably Apple Silicon.
GNU General Public License v3.0
29 stars 5 forks source link

Remove need for run script and add compatibility list #1

Closed shinra-electric closed 1 year ago

shinra-electric commented 1 year ago

Amend the build script so it copies over libvulkan.dylib into the app bundle. This allows the app to launch without a run script.

Also add a compatibility list showing games that are known to at least go in-game. I've only added a few games that I have, so there are probably a lot more that work.

mavethee commented 1 year ago

Thanks for the PR! ^-^