2
0
Fork 0
mirror of https://github.com/ValveSoftware/Proton.git synced 2025-09-01 18:33:14 +03:00

xalia: Rockstar Games Installer supports gamepads.

CW-Bug-Id: .
This commit is contained in:
Esme Povirk 2025-06-18 19:48:39 +00:00
commit e347be77b2

View file

@ -3,3 +3,7 @@
if (is_hwnd_syslink) {
supported: true;
}
if (win32_class_name == "Rockstar Games Launcher Installer") {
application_supports_gamepad: true;
}