Powershell scripts for updating a RetroArch installation. Currently there are the following scripts:
- RetroArchCoreUpdater.ps1 - Updates all of your installed cores
.\RetroArchCoreUpdater.ps1 -CoreUpdaterUrl <core_updater_buildbot_url> -RetroArchPath <retroarch_install_path>
core_updater_buildbot_url
- URL stored in this property in your retroarch.cfg (eg http://buildbot.libretro.com/nightly/windows/x86_64/latest/)
retroarch_path_install
- Fully qualified path to your RetroArch installation folder (eg. D:\RetroArch)