From 5fdfbd004cb8168780a0ac32127c8fb7fffae2ca 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 7279c3fa..54216113 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -33,8 +33,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", }; @@ -57,8 +61,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