From e347be77b2ce6ec324cea40e7126f3a1fbe6add7 Mon Sep 17 00:00:00 2001 From: Esme Povirk Date: Wed, 18 Jun 2025 19:48:39 +0000 Subject: [PATCH] xalia: Rockstar Games Installer supports gamepads. CW-Bug-Id: #25575. --- xalia-fixups.gudl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xalia-fixups.gudl b/xalia-fixups.gudl index fa83a8e8..624bbb7d 100644 --- a/xalia-fixups.gudl +++ b/xalia-fixups.gudl @@ -3,3 +3,7 @@ if (is_hwnd_syslink) { supported: true; } + +if (win32_class_name == "Rockstar Games Launcher Installer") { + application_supports_gamepad: true; +}