Merge pull request #13767 from SuperSamus/misc-gameini-updates

GameINI: Misc updates
This commit is contained in:
JMC47
2025-07-18 16:43:13 -04:00
committed by GitHub
11 changed files with 26 additions and 16 deletions

View File

@ -12,4 +12,7 @@
[Video_Settings]
[Video_Hacks]
# Fixes FMVs tearing.
EarlyXFBOutput = False
# Fixes FMVs not showing.
ImmediateXFBEnable = False

View File

@ -1,8 +1,16 @@
# GTRE78, GTRP78 - Tetris Worlds
# GTRE78, GTRJ8N, GTRP78 - Tetris Worlds
[Core]
# Values set here will override the main Dolphin settings.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
[Video_Settings]
# Add action replay cheats here.
[Video_Hacks]
# Fixes FMVs tearing.
EarlyXFBOutput = False
# Fixes FMVs not showing.
ImmediateXFBEnable = False
[Gecko]

View File

@ -11,7 +11,3 @@
[Video_Settings]
SafeTextureCacheColorSamples = 512
[Video_Hacks]
EFBEmulateFormatChanges = True

View File

@ -10,8 +10,11 @@
# Add action replay cheats here.
[Video_Settings]
# Responsive car painting.
SafeTextureCacheColorSamples = 512
[Video_Hacks]
# Functional pointing while car painting.
EFBAccessEnable = True
# Customizable cars load as completely black otherwise (even in their default state), sun bloom.
EFBToTextureEnable = False

View File

@ -2,6 +2,7 @@
[Core]
# Values set here will override the main Dolphin settings.
CPUThread = False
[OnFrame]
# Add memory patches to be applied every frame here.

View File

@ -11,7 +11,3 @@
[Video_Settings]
SafeTextureCacheColorSamples = 512
[Video_Hacks]
EFBEmulateFormatChanges = True

View File

@ -8,7 +8,3 @@
[ActionReplay]
# Add action replay cheats here.
[Video_Hacks]
EFBToTextureEnable = False

View File

@ -10,5 +10,7 @@
# Add action replay cheats here.
[Video_Hacks]
# Properly emulate the blur in the backgrounds.
EFBEmulateFormatChanges = True
# Prevent epilepsy-inducing FMVs.
ImmediateXFBEnable = False

View File

@ -10,5 +10,7 @@
# Add action replay cheats here.
[Video_Hacks]
# Properly emulates the blur in the pause screen.
EFBEmulateFormatChanges = True
# Prevent epilepsy-inducing FMVs and menus.
ImmediateXFBEnable = False

View File

@ -10,5 +10,7 @@
# Add action replay cheats here.
[Video_Hacks]
# Properly emulates the blur in the pause screen.
EFBEmulateFormatChanges = True
# Prevent epilepsy-inducing FMVs and menus.
ImmediateXFBEnable = False

View File

@ -10,4 +10,5 @@
# Add action replay cheats here.
[Video_Hacks]
# Prevent epilepsy-inducing FMVs.
ImmediateXFBEnable = False