Move configs to %appdata%/MaSzyna

This commit is contained in:
2025-11-06 18:31:17 +01:00
parent 1797990d58
commit 67d8c18088
5 changed files with 5 additions and 5 deletions

View File

@@ -127,7 +127,7 @@ keyboard_input::recall_bindings() {
#ifdef _WIN32
if (const char *appdata = std::getenv("APPDATA"))
{
iniPath = fs::path(appdata) / "MaSzyna" / "Config" / "eu07_input-keyboard.ini";
iniPath = fs::path(appdata) / "MaSzyna" / "eu07_input-keyboard.ini";
}
#else
if (const char *home = std::getenv("HOME"))