From 0cf4467f6c5c9f9ece089bb51521c746e2650bd3 Mon Sep 17 00:00:00 2001 From: FlightlessMango Date: Tue, 16 Mar 2021 09:53:05 +0100 Subject: [PATCH] Assume native if no wine version --- src/vulkan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan.cpp b/src/vulkan.cpp index 2fa26bc..a04f5b4 100644 --- a/src/vulkan.cpp +++ b/src/vulkan.cpp @@ -662,7 +662,7 @@ void init_system_info(){ } } else { - wineVersion = ""; + wineVersion = "Native"; } // check for gamemode and vkbasalt stringstream ss;