aboutsummaryrefslogtreecommitdiffstats
path: root/testing/emulationstation/default-paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/emulationstation/default-paths.patch')
-rw-r--r--testing/emulationstation/default-paths.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/emulationstation/default-paths.patch b/testing/emulationstation/default-paths.patch
index d150ba19c64..82bd226f309 100644
--- a/testing/emulationstation/default-paths.patch
+++ b/testing/emulationstation/default-paths.patch
@@ -1,12 +1,12 @@
--- a/es-core/src/ThemeData.cpp
+++ b/es-core/src/ThemeData.cpp
-@@ -538,7 +538,7 @@
-
+@@ -582,7 +582,7 @@
static const size_t pathCount = 2;
- fs::path paths[pathCount] = {
-- "/etc/emulationstation/themes",
+ std::string paths[pathCount] =
+ {
+- "/etc/emulationstation/themes",
+ "/usr/share/emulationstation/themes",
- getHomePath() + "/.emulationstation/themes"
+ Utils::FileSystem::getHomePath() + "/.emulationstation/themes"
};
--- a/es-app/src/SystemData.cpp