mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +12:00
Rename path _utf8Wrapper to _utf8ToPath for better clarity
This commit is contained in:
parent
168ecf8825
commit
680beaaf21
19 changed files with 60 additions and 67 deletions
|
@ -417,7 +417,7 @@ void CemuConfig::Save(XMLConfigParser& parser)
|
|||
for (const auto& game : graphic_pack_entries)
|
||||
{
|
||||
auto entry = graphic_pack_parser.set("Entry");
|
||||
entry.set_attribute("filename",_utf8Wrapper(game.first).c_str());
|
||||
entry.set_attribute("filename",_pathToUtf8(game.first).c_str());
|
||||
for(const auto& kv : game.second)
|
||||
{
|
||||
// TODO: less hacky pls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue