GameSettings: Add patches to limit the internal frame rate in Rabbids Go Home and Rabbids Lab.

Thanks to mickle pickle and ruru for helping to port the the Rabbids Go Home patch for the European versions of the game.
This commit is contained in:
Jordan Woyak 2026-01-13 20:07:44 -06:00
parent 2a3078b833
commit b063fda9a8
6 changed files with 40 additions and 11 deletions

View File

@ -0,0 +1,8 @@
# RGWE41 - Rabbids Go Home
[OnFrame]
$Limit internal frame rate (speed hack)
0x802310a0:dword:0x48148db0
[OnFrame_Enabled]
$Limit internal frame rate (speed hack)

View File

@ -0,0 +1,8 @@
# RGWX41 - Rabbids Go Home
[OnFrame]
$Limit internal frame rate (speed hack)
0x80231138:dword:0x48148D38
[OnFrame_Enabled]
$Limit internal frame rate (speed hack)

View File

@ -0,0 +1,8 @@
# RGWX41 - Rabbids Go Home
[OnFrame]
$Limit internal frame rate (speed hack)
0x802318a8:dword:0x48149258
[OnFrame_Enabled]
$Limit internal frame rate (speed hack)

View File

@ -1,14 +1,5 @@
# WR2E41, WR2P41 - Rabbids Lab
[Core]
# Values set here will override the main Dolphin settings.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Video_Enhancements]
ForceTextureFiltering = 0
@ -18,7 +9,5 @@ SafeTextureCacheColorSamples = 0
[Video_Hacks]
# Fixes visible lines in air vents/fans.
VertexRounding = True
# This game runs with an uncapped framerate.
ImmediateXFBEnable = False
# Fixes rabbid tattoo textures saving as black.
EFBToTextureEnable = False

View File

@ -0,0 +1,8 @@
# WR2E41 - Rabbids Lab
[OnFrame]
$Limit internal frame rate (speed hack)
0x802a1380:dword:0x4815da50
[OnFrame_Enabled]
$Limit internal frame rate (speed hack)

View File

@ -0,0 +1,8 @@
# WR2P41 - Rabbids Lab
[OnFrame]
$Limit internal frame rate (speed hack)
0x802a1360:dword:0x4815da50
[OnFrame_Enabled]
$Limit internal frame rate (speed hack)