

- #RETROARCH BSNES MERCURY HD HOW TO#
- #RETROARCH BSNES MERCURY HD INSTALL#
- #RETROARCH BSNES MERCURY HD ARCHIVE#
- #RETROARCH BSNES MERCURY HD PORTABLE#
- #RETROARCH BSNES MERCURY HD CODE#
Run this command CMAKE=cmake VERBOSE=1 SINGLE_CORE=test FORCE=YES EXIT_ON_ERROR=1. The first time will likely fail due to ‘Bad CPU type in executable’ errors. To get the core to fully work currently, you will need to run the build script twice.
#RETROARCH BSNES MERCURY HD INSTALL#
Install brew ( ) and then install rgbds via brew install rgbds. libretro-buildbot-recipe.sh recipes/apple/cores-ios-arm64-generic Run the command CMAKE=cmake VERBOSE=1 SINGLE_CORE=play FORCE=YES EXIT_ON_ERROR=1.

Run CMAKE=cmake VERBOSE=1 SINGLE_CORE=pcsx_rearmed_interpreter FORCE=YES EXIT_ON_ERROR=1. libretro-buildbot-recipe.sh recipes/apple/cores-ios-arm64-genericĬraft /libretro/Craft allow compiling for ios-arm64 Run the command CMAKE=cmake VERBOSE=1 SINGLE_CORE=bsnes2014 FORCE=YES EXIT_ON_ERROR=1. Run the command CMAKE=cmake VERBOSE=1 SINGLE_CORE=bsnes FORCE=YES EXIT_ON_ERROR=1. If you don’t, I probably won’t be providing support.Ĭores that do not compile currently, but which do compile with some tweaks
#RETROARCH BSNES MERCURY HD HOW TO#
I am going to assume that you know how to do all those steps above. You may also need to run open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg and follow the installation. There may be a better way to handle signing via CLI. Run sudo easy_install pip sudo pip install tinydb sudo pip install gitpython.sh files referenced executable (chmod a+x) Download and put it in pkg/apple in your retroarch directory.Edit the variables at the start of the script to reflect the directories you created and information you obtained.Install xcprovisioner by running sudo gem install xcprovisioner.Figure out your provisioning profile name and developer certificate name (check and ).Use git to check out libretrosuper and retroarch.

Make sure the right xcode is set properly by running xcode-select -p
#RETROARCH BSNES MERCURY HD CODE#
This is important since some cores lose their compilability through updates to their code (temporary breaking, etc).
#RETROARCH BSNES MERCURY HD ARCHIVE#
#RETROARCH BSNES MERCURY HD PORTABLE#
I made a script that is fairly portable that can automate building, signing, etc.
