mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-28 06:19:51 -05: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