We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb7ce0 commit ce34b95Copy full SHA for ce34b95
src/main.cpp
@@ -139,7 +139,7 @@ void CemuCommonInit()
139
// init title list
140
CafeTitleList::Initialize(ActiveSettings::GetUserDataPath("title_list_cache.xml"));
141
for (auto& it : GetConfig().game_paths)
142
- CafeTitleList::AddScanPath(it);
+ CafeTitleList::AddScanPath(_utf8ToPath(it));
143
fs::path mlcPath = ActiveSettings::GetMlcPath();
144
if (!mlcPath.empty())
145
CafeTitleList::SetMLCPath(mlcPath);
0 commit comments