mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-04 06:00:23 +00:00
Assume native if no wine version
This commit is contained in:
parent
0485e03dbc
commit
0cf4467f6c
@ -662,7 +662,7 @@ void init_system_info(){
|
||||
}
|
||||
}
|
||||
else {
|
||||
wineVersion = "";
|
||||
wineVersion = "Native";
|
||||
}
|
||||
// check for gamemode and vkbasalt
|
||||
stringstream ss;
|
||||
|
Loading…
Reference in New Issue
Block a user