xalia: Rockstar Games Installer supports gamepads.

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

View File

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