From f6da3234771aba91daeb20415e8d89d71fa1bb8b Mon Sep 17 00:00:00 2001 From: Taner Tas Date: Fri, 27 Jul 2018 18:56:59 +0300 Subject: testing/emulationstation: new aport https://github.com/RetroPie/EmulationStation EmulationStation is a cross-platform graphical front-end for emulators with controller navigation. --- testing/emulationstation/default-paths.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 testing/emulationstation/default-paths.patch (limited to 'testing/emulationstation/default-paths.patch') diff --git a/testing/emulationstation/default-paths.patch b/testing/emulationstation/default-paths.patch new file mode 100644 index 0000000000..d150ba19c6 --- /dev/null +++ b/testing/emulationstation/default-paths.patch @@ -0,0 +1,22 @@ +--- a/es-core/src/ThemeData.cpp ++++ b/es-core/src/ThemeData.cpp +@@ -538,7 +538,7 @@ + + static const size_t pathCount = 2; + fs::path paths[pathCount] = { +- "/etc/emulationstation/themes", ++ "/usr/share/emulationstation/themes", + getHomePath() + "/.emulationstation/themes" + }; + +--- a/es-app/src/SystemData.cpp ++++ b/es-app/src/SystemData.cpp +@@ -397,7 +397,7 @@ + if(forWrite || fs::exists(filePath)) + return filePath.generic_string(); + +- return "/etc/emulationstation/gamelists/" + mName + "/gamelist.xml"; ++ return "/usr/share/emulationstation/gamelists/" + mName + "/gamelist.xml"; + } + + std::string SystemData::getThemePath() const -- cgit v1.2.3