mirror of
https://github.com/ValveSoftware/Proton.git
synced 2026-01-08 05:43:52 -05:00
committed by
Arkadiusz Hiler
parent
707c83d5f5
commit
31bc87acaa
@@ -7,3 +7,9 @@ if (is_hwnd_syslink) {
|
||||
if (win32_class_name == "Rockstar Games Launcher Installer") {
|
||||
application_supports_gamepad: true;
|
||||
}
|
||||
|
||||
if (win32_class_name >= "WindowsForms10." and win32_class_name < "WindowsForms10/") {
|
||||
// Controls that delegate IEnumVariant in winforms can crash in Wine Mono when queried, don't touch them for now.
|
||||
recurse: false;
|
||||
interactable: false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user