mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-19 03:42:36 +00:00
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:
parent
2a3078b833
commit
b063fda9a8
8
Data/Sys/GameSettings/RGWE41.ini
Normal file
8
Data/Sys/GameSettings/RGWE41.ini
Normal 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)
|
||||
8
Data/Sys/GameSettings/RGWX41r0.ini
Normal file
8
Data/Sys/GameSettings/RGWX41r0.ini
Normal 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)
|
||||
8
Data/Sys/GameSettings/RGWX41r1.ini
Normal file
8
Data/Sys/GameSettings/RGWX41r1.ini
Normal 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)
|
||||
@ -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
|
||||
|
||||
8
Data/Sys/GameSettings/WR2E41.ini
Normal file
8
Data/Sys/GameSettings/WR2E41.ini
Normal 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)
|
||||
8
Data/Sys/GameSettings/WR2P41.ini
Normal file
8
Data/Sys/GameSettings/WR2P41.ini
Normal 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)
|
||||
Loading…
Reference in New Issue
Block a user