mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-24 15:21:16 -04:00
Move config and save data to %APPDATA%
This commit is contained in:
@@ -2,7 +2,7 @@ void Config::Load()
|
||||
{
|
||||
try
|
||||
{
|
||||
auto toml = toml::parse_file(TOML_FILE);
|
||||
auto toml = toml::parse_file((GetUserPath() / TOML_FILE).string());
|
||||
|
||||
TOML_BEGIN_SECTION("System")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user