From: notaz Date: Thu, 13 Feb 2025 00:09:18 +0000 (+0200) Subject: db: add localized PE2 versions X-Git-Tag: r25~18 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b43acfe5985f0980a4693fa679bfd620a863f70f;p=pcsx_rearmed.git db: add localized PE2 versions --- diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index 80f6dc51..51499d7d 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -131,9 +131,12 @@ cycle_multiplier_overrides[] = { 174, { "SLES00477" } }, /* Brave Fencer Musashi - cd sectors arrive too fast */ { 170, { "SLUS00726", "SLPS01490" } }, -#if defined(DRC_DISABLE) || defined(LIGHTREC) /* new_dynarec has a hack for this game */ +#if defined(DRC_DISABLE) || defined(LIGHTREC) /* ari64 drc has a hack for this game */ /* Parasite Eve II - internal timer checks */ { 125, { "SLUS01042", "SLUS01055", "SLES02558", "SLES12558" } }, + { 125, { "SLES02559", "SLES12559", "SLES02560", "SLES12560" } }, + { 125, { "SLES02561", "SLES12561", "SLES02562", "SLES12562" } }, + { 125, { "SCPS45467", "SCPS45468", "SLPS02480", "SLPS02481" } }, #endif /* Discworld Noir - audio skips if CPU runs too fast */ { 222, { "SLES01549", "SLES02063", "SLES02064" } },