From 1cff67e5df07352a5132bed32084ae0d067521e8 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 26 Nov 2023 01:02:27 +0200 Subject: [PATCH] update db libretro/pcsx_rearmed#128 --- libpcsxcore/database.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index 997b13fb..a324553a 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -27,8 +27,12 @@ static const char * const gpu_slow_llist_db[] = "SCES02834", "SCUS94570", "SCUS94616", "SCUS94654", /* Final Fantasy IV */ "SCES03840", "SLPM86028", "SLUS01360", + /* Simple 1500 Series Vol. 57: The Meiro */ + "SLPM86715", /* Spot Goes to Hollywood */ "SLES00330", "SLPS00394", "SLUS00014", + /* Tiny Tank */ + "SCES01338", "SCES02072", "SCES02072", "SCES02072", "SCES02072", "SCUS94427", /* Vampire Hunter D */ "SLES02731", "SLPS02477", "SLPS03198", "SLUS01138", }; @@ -51,8 +55,6 @@ static const char * const dualshock_init_analog_hack_db[] = { /* Formula 1 Championship Edition */ "SLUS00546", - /* Gran Turismo 2 */ - "SCUS94455", "SCUS94488", "SCPS10116", "SCPS10117", "SCES02380", "SCES12380", }; #define HACK_ENTRY(var, list) \ -- 2.39.2