mirror of
https://github.com/Melon-Bread/RetroUFO
synced 2024-11-25 00:38:33 -05:00
Think I got the macOS core path right this time
This commit is contained in:
parent
23d5eb5fb0
commit
ad6d2df554
@ -23,7 +23,7 @@ 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(os.path.expanduser('~')),
|
||||
'apple/osx': '{}/Library/Applications/RetroArch.app/Contents/Resources/cores'.format(os.path.expanduser('~')), # macOS
|
||||
'apple/osx': '/Applications/RetroArch.app/Contents/Resources/cores', # macOS
|
||||
'windows': '{}/AppData/Roaming/RetroArch/cores'.format(os.path.expanduser('~'))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user