From 1c976e73c1767d06ab1c8011a957cc77b4e7ea46 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Sun, 3 Mar 2019 00:07:07 -0500 Subject: [PATCH] PyNX can't do what I need it to yet --- RetroUFO.py | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 RetroUFO.py diff --git a/RetroUFO.py b/RetroUFO.py old mode 100644 new mode 100755 index ea07183..d2226c9 --- a/RetroUFO.py +++ b/RetroUFO.py @@ -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` CORE_LOCATION = { 'linux': '{}/.config/retroarch/cores'.format(Path.home()), - 'switch': '/retroarch/cores', 'windows': '{}/AppData/Roaming/RetroArch/cores'.format(Path.home()) }