Assume native if no wine version

This commit is contained in:
FlightlessMango 2021-03-16 09:53:05 +01:00
parent 0485e03dbc
commit 0cf4467f6c

View File

@ -662,7 +662,7 @@ void init_system_info(){
}
}
else {
wineVersion = "";
wineVersion = "Native";
}
// check for gamemode and vkbasalt
stringstream ss;