COMMON: Make themepath a Path object

This commit is contained in:
Le Philousophe
2023-09-02 22:46:51 +02:00
committed by Eugene Sandulenko
parent dc7fadef28
commit bfc61439fb
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1941,7 +1941,7 @@ void ThemeEngine::listUsableThemes(Common::List<ThemeDescriptor> &list) {
#endif
if (ConfMan.hasKey("themepath"))
listUsableThemes(Common::FSNode(ConfMan.get("themepath")), list);
listUsableThemes(Common::FSNode(ConfMan.getPath("themepath")), list);
listUsableThemes(SearchMan, list);