From 99104c0456c7c923f40a474c1cbefb89a092b966 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 20 Nov 2023 02:39:56 +0200 Subject: [PATCH] update analog default list --- libpcsxcore/database.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index 87b02a96..00e5db15 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -57,6 +57,8 @@ static const char * const dualshock_init_analog_hack_db[] = { /* Formula 1 Championship Edition */ "SLUS00546", + /* Gran Turismo 2 */ + "SCUS94455", "SCUS94488", "SCPS10116", "SCPS10117", "SCES02380", "SCES-12380", }; #define HACK_ENTRY(var, list) \ -- 2.39.2