gpu_neon: revive the old tests
[pcsx_rearmed.git] / libpcsxcore / database.c
index 1cf430a..2e382e3 100644 (file)
@@ -65,6 +65,22 @@ static const char * const dualshock_init_analog_hack_db[] =
        "SLUS00546",
 };
 
+static const char * const fractional_Framerate_hack_db[] =
+{
+       /* Dance Dance Revolution */
+       "SLPM86503", // 3rd Mix
+       "SLPM86752", // 4th Mix
+       "SLPM86266", // 4thMix: The Beat Goes On
+       "SLPM86831", // Extra Mix
+       "SLUS01446", // Konamix
+       /* Dancing Stage Fever */
+       "SLES04097",
+       /* Dancing Stage Fusion */
+       "SLES04163",
+       /* Spyro 2 */
+       "SCUS94425", "SCES02104",
+};
+
 #define HACK_ENTRY(var, list) \
        { #var, &Config.hacks.var, list, ARRAY_SIZE(list) }
 
@@ -82,6 +98,7 @@ hack_db[] =
        HACK_ENTRY(gpu_centering, gpu_centering_hack_db),
        HACK_ENTRY(gpu_timing1024, dualshock_timing1024_hack_db),
        HACK_ENTRY(dualshock_init_analog, dualshock_init_analog_hack_db),
+       HACK_ENTRY(fractional_Framerate, fractional_Framerate_hack_db),
 };
 
 static const struct
@@ -109,6 +126,8 @@ cycle_multiplier_overrides[] =
        { 222, { "SLES01549", "SLES02063", "SLES02064" } },
        /* Digimon World */
        { 153, { "SLUS01032", "SLES02914" } },
+       /* Power Rangers: Lightspeed Rescue - jumping fails if FPS is over 30 */
+       { 310, { "SLUS01114", "SLES03286" } },
        /* Syphon Filter - reportedly hangs under unknown conditions */
        { 169, { "SCUS94240" } },
        /* Psychic Detective - some weird race condition in the game's cdrom code */