Merge pull request #13756 from Tilka/price_is_right

GameSettings: some updates
This commit is contained in:
JMC47
2025-06-24 16:34:47 -04:00
committed by GitHub
4 changed files with 16 additions and 14 deletions

View File

@ -1,14 +0,0 @@
# GFBE5D - FireBlade
[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_Hacks]
EFBToTextureEnable = True

View 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

View File

@ -13,4 +13,7 @@
SuggestedAspectRatio = 2
[Video_Hacks]
# Avoid purple screen.
XFBToTextureEnable = False
# Make Wiimote pointer visible.
ImmediateXFBEnable = False

View File

@ -0,0 +1,5 @@
# S7BE69, S7BP69 - Trivial Pursuit: Bet You Know It
[Video_Hacks]
# Avoid purple flickering.
XFBToTextureEnable = False