mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #13767 from SuperSamus/misc-gameini-updates
GameINI: Misc updates
This commit is contained in:
@ -12,4 +12,7 @@
|
||||
[Video_Settings]
|
||||
|
||||
[Video_Hacks]
|
||||
# Fixes FMVs tearing.
|
||||
EarlyXFBOutput = False
|
||||
# Fixes FMVs not showing.
|
||||
ImmediateXFBEnable = False
|
||||
|
@ -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]
|
||||
|
@ -11,7 +11,3 @@
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Hacks]
|
||||
EFBEmulateFormatChanges = True
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -11,7 +11,3 @@
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Hacks]
|
||||
EFBEmulateFormatChanges = True
|
||||
|
||||
|
@ -8,7 +8,3 @@
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -10,4 +10,5 @@
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
# Prevent epilepsy-inducing FMVs.
|
||||
ImmediateXFBEnable = False
|
||||
|
Reference in New Issue
Block a user