mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
GameSettings: add performance hack for Baby And Me
The patch is not enabled by default.
This commit is contained in:
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
|
Reference in New Issue
Block a user