mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 05:29:18 +02:00
Move configs to %appdata%/MaSzyna
This commit is contained in:
@@ -185,7 +185,7 @@ drivermouse_input::recall_bindings() {
|
||||
#ifdef _WIN32
|
||||
if (const char *appdata = std::getenv("APPDATA"))
|
||||
{
|
||||
fs::path appPath = fs::path(appdata) / "MaSzyna" / "Config" / "eu07_input-mouse.ini";
|
||||
fs::path appPath = fs::path(appdata) / "MaSzyna" / "eu07_input-mouse.ini";
|
||||
if (fs::exists(appPath))
|
||||
filePath = appPath.string();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user