Files
AC6_recomp/thirdparty
Danshet ee5036e213 Fix settings not loading when the game is installed in a non-ASCII path
The config loader narrowed the toml path through the system ANSI code page while the parser expects UTF-8, so on Cyrillic/CJK/accented install paths the file silently failed to open and every setting fell back to defaults while saving worked fine, since the save path never narrowed. Loading now opens the file path-natively and parses the stream.
2026-08-17 21:13:24 +02:00
..