From 0ed2889ad6722e4d00588c5e8f735856c60397b5 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 8 Nov 2024 02:38:17 +0200 Subject: [PATCH] timing hack +1 libretro/pcsx_rearmed#848 --- libpcsxcore/database.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index 054e2a66..76951a68 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -138,6 +138,8 @@ cycle_multiplier_overrides[] = { 200, { "SCES02873" } }, /* Zero Divide - sometimes too fast */ { 200, { "SLUS00183", "SLES00159", "SLPS00083", "SLPM80008" } }, + /* Eagle One: Harrier Attack - hangs (but not in standalone build?) */ + { 153, { "SLUS00943" } }, }; static const struct -- 2.39.5