mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-27 09:29:32 -06:00
Merge pull request #13756 from Tilka/price_is_right
GameSettings: some updates
This commit is contained in:
@ -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
|
||||
|
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
|
@ -13,4 +13,7 @@
|
||||
SuggestedAspectRatio = 2
|
||||
|
||||
[Video_Hacks]
|
||||
# Avoid purple screen.
|
||||
XFBToTextureEnable = False
|
||||
# Make Wiimote pointer visible.
|
||||
ImmediateXFBEnable = False
|
||||
|
5
Data/Sys/GameSettings/S7B.ini
Normal file
5
Data/Sys/GameSettings/S7B.ini
Normal file
@ -0,0 +1,5 @@
|
||||
# S7BE69, S7BP69 - Trivial Pursuit: Bet You Know It
|
||||
|
||||
[Video_Hacks]
|
||||
# Avoid purple flickering.
|
||||
XFBToTextureEnable = False
|
Reference in New Issue
Block a user