diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2025-06-16 19:48:38 +0100 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2025-06-16 20:08:36 +0100 |
| commit | ca004e35f79eaad4f577c318d2d09d004d0c94dd (patch) | |
| tree | 902ed41cb10ad89982e7dd1ee36d7fe65844fab1 /Data/Sys | |
| parent | c39b067479bac4e49d7de289ba7fc618dfacf6a7 (diff) | |
GameSettings: add performance hack for Baby And Me
The patch is not enabled by default.
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/R6APPU.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/R6APPU.ini b/Data/Sys/GameSettings/R6APPU.ini new file mode 100644 index 0000000000..d5e9f351d0 --- /dev/null +++ b/Data/Sys/GameSettings/R6APPU.ini @@ -0,0 +1,8 @@ +# R6APPU - Baby and Me + +[OnFrame] +# The game busyloops for frame pacing but not in a way Dolphin can +# currently optimize, so lots of CPU time is wasted. +# This patch adds a call to VIWaitForRetrace to avoid this. +$Performance hack +0x80016E28:dword:0x4807BD89 |
