mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-04 06:00:23 +00:00
config: add /etc/MangoHud.conf as an option
[skip ci]
This commit is contained in:
parent
6c46794496
commit
2ffc579b7f
@ -76,6 +76,7 @@ static void enumerate_config_files(std::vector<std::string>& paths) {
|
||||
}
|
||||
|
||||
paths.push_back(config_dir + mangohud_dir + "MangoHud.conf");
|
||||
paths.push_back("/etc/MangoHud.conf");
|
||||
|
||||
if (is_blacklisted()) {
|
||||
// Don't bother looking for conf file
|
||||
|
Loading…
Reference in New Issue
Block a user