mirror of
https://github.com/Melon-Bread/RetroUFO
synced 2024-11-25 00:38:33 -05:00
PyNX can't do what I need it to yet
This commit is contained in:
parent
9404459ef9
commit
1c976e73c1
1
RetroUFO.py
Normal file → Executable file
1
RetroUFO.py
Normal file → Executable file
@ -21,7 +21,6 @@ URL = 'https://buildbot.libretro.com/nightly'
|
|||||||
# These are the default core locations with normal RetroArch installs based off of 'retroarch.default.cfg`
|
# These are the default core locations with normal RetroArch installs based off of 'retroarch.default.cfg`
|
||||||
CORE_LOCATION = {
|
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())
|
'windows': '{}/AppData/Roaming/RetroArch/cores'.format(Path.home())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user