mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
Save config in UTF-8
This commit is contained in:
parent
85f45d2788
commit
a3f38aae93
@ -658,7 +658,7 @@ void save(const std::filesystem::path& path) {
|
|||||||
// TODO Migration code, after a major release this should be removed.
|
// TODO Migration code, after a major release this should be removed.
|
||||||
data.at("GUI").as_table().erase("installDir");
|
data.at("GUI").as_table().erase("installDir");
|
||||||
|
|
||||||
std::ofstream file(path, std::ios::out);
|
std::ofstream file(path, std::ios::binary);
|
||||||
file << data;
|
file << data;
|
||||||
file.close();
|
file.close();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user