mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-23 13:41:38 +03:00
16 lines
490 B
Plaintext
16 lines
490 B
Plaintext
// Fixes applied to Xalia's main.gudl for Proton. Update these in xalia-fixups.gudl.
|
|
|
|
if (is_hwnd_syslink) {
|
|
supported: true;
|
|
}
|
|
|
|
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;
|
|
}
|