X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fdatabase.c;h=295cadbd000a744558f6f96513e21a2dc5dd12a5;hb=037a5c7a56fff2c938b032def2b7af4f4262fc8a;hp=ed959eaa13166980dfecc5c420bc6d35583a2d05;hpb=8bccdd17109b041fc6a3a4ab72877d5bb2843ebe;p=pcsx_rearmed.git diff --git a/libpcsxcore/database.c b/libpcsxcore/database.c index ed959eaa..295cadbd 100644 --- a/libpcsxcore/database.c +++ b/libpcsxcore/database.c @@ -26,6 +26,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 */ @@ -36,6 +38,12 @@ static const char * const gpu_slow_llist_db[] = "SLES02731", "SLPS02477", "SLPS03198", "SLUS01138", }; +static const char * const gpu_busy_hack_db[] = +{ + /* ToHeart (Japan) */ + "SLPS01919", "SLPS01920", +}; + #define HACK_ENTRY(var, list) \ { #var, &Config.hacks.var, list, ARRAY_SIZE(list) } @@ -50,6 +58,7 @@ hack_db[] = { HACK_ENTRY(cdr_read_timing, cdr_read_hack_db), HACK_ENTRY(gpu_slow_list_walking, gpu_slow_llist_db), + HACK_ENTRY(gpu_busy_hack, gpu_busy_hack_db), }; static const struct @@ -59,6 +68,7 @@ static const struct } cycle_multiplier_overrides[] = { + /* note: values are = (10000 / gui_option) */ /* Internal Section - fussy about timings */ { "SLPS01868", 202 }, /* Super Robot Taisen Alpha - on the edge with 175, @@ -79,6 +89,12 @@ cycle_multiplier_overrides[] = { "SLES01549", 222 }, { "SLES02063", 222 }, { "SLES02064", 222 }, + /* Judge Dredd - could also be poor MDEC timing */ + { "SLUS00630", 128 }, + { "SLES00755", 128 }, + /* Digimon World */ + { "SLUS01032", 153 }, + { "SLES02914", 153 }, }; static const struct