We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
instance.config
1 parent 9ba1cd1 commit be2201bCopy full SHA for be2201b
1 file changed
src/common/impl/FFPlatform_windows.c
@@ -226,12 +226,7 @@ static void getSystemReleaseAndVersion(FFPlatformSysinfo* info)
226
227
const char* wineVersion = detectWine();
228
if (wineVersion)
229
- {
230
- if (instance.config.general.detectVersion)
231
- ffStrbufSetF(&info->name, "Wine_%s", wineVersion);
232
- else
233
- ffStrbufSetStatic(&info->name, "Wine");
234
- }
+ ffStrbufSetF(&info->name, "Wine_%s", wineVersion);
235
else
236
ffStrbufSetStatic(&info->name, "WIN32_NT");
237
}
0 commit comments