Proton/xalia-fixups.gudl
2025-06-26 23:12:15 +00:00

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;
}