From e189515fc16246867490af2b73e31293077d75db Mon Sep 17 00:00:00 2001 From: saulfabreg Wii VC Project Date: Sat, 14 Oct 2023 19:48:43 -0500 Subject: [PATCH] add Bomberman: Fantasy Race to database for hack "(GPU) slow linked list walking" Without it, the Retry/Quit menu when you lose a race is invisible. Fixes https://github.com/libretro/pcsx_rearmed/issues/776 --- libpcsxcore/database.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index 5276b92c..568bba27 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -20,6 +20,8 @@ static const char * const cdr_read_hack_db[] = static const char * const gpu_slow_llist_db[] = { + /* Bomberman Fantasy Race */ + "SLES01712", "SLPS01525", "SLPS91138", "SLPM87102", "SLUS00823", /* Crash Bash */ "SCES02834", "SCUS94570", "SCUS94616", "SCUS94654", /* Final Fantasy IV */ -- 2.39.2