mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-22 05:06:27 +03:00
parent
534f8933d8
commit
2a9885e787
@ -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