1
0
mirror of https://github.com/Melon-Bread/RetroUFO synced 2024-11-25 00:38:33 -05:00

Add initial Nintendo Switch support 🎮

This commit is contained in:
Rain Clark 2018-10-21 03:33:19 -04:00
parent 5cd0d25115
commit 9404459ef9

View File

@ -20,7 +20,8 @@ URL = 'https://buildbot.libretro.com/nightly'
# These are the default core locations with normal RetroArch installs based off of 'retroarch.default.cfg`
CORE_LOCATION = {
'linux': '{}/.config/retroarch/cores/'.format(Path.home()),
'linux': '{}/.config/retroarch/cores'.format(Path.home()),
'switch': '/retroarch/cores',
'windows': '{}/AppData/Roaming/RetroArch/cores'.format(Path.home())
}