mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-20 12:16:24 +03:00
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user