mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
GameSettings: add performance hack for Baby And Me
The patch is not enabled by default.
This commit is contained in:
parent
c39b067479
commit
ca004e35f7
1 changed files with 8 additions and 0 deletions
8
Data/Sys/GameSettings/R6APPU.ini
Normal file
8
Data/Sys/GameSettings/R6APPU.ini
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue