From 3c98e40014d5808f23fc70cc231cb257ff1d50ea 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 7b860e34..640f57a2 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -51,6 +51,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