diff --git a/src/config.cpp b/src/config.cpp index a78738d7..7d33106b 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -37,7 +37,9 @@ void enumerate_config_files(std::vector& paths) if (!env_config.empty()) paths.push_back(env_config + mangohud_dir + "MangoHud.conf"); - +#ifdef _WIN32 + paths.push_back("C:\\MangoHud.conf"); +#endif std::string exe_path = get_exe_path(); auto n = exe_path.find_last_of('/'); if (!exe_path.empty() && n != std::string::npos && n < exe_path.size() - 1) {