mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
GameINI: Misc updates
This commit is contained in:
@ -12,4 +12,7 @@
|
|||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
|
# Fixes FMVs tearing.
|
||||||
|
EarlyXFBOutput = False
|
||||||
|
# Fixes FMVs not showing.
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
@ -1,8 +1,16 @@
|
|||||||
# GTRE78, GTRP78 - Tetris Worlds
|
# GTRE78, GTRJ8N, GTRP78 - Tetris Worlds
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
[Video_Settings]
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
|
# Fixes FMVs tearing.
|
||||||
|
EarlyXFBOutput = False
|
||||||
|
# Fixes FMVs not showing.
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
[Gecko]
|
|
||||||
|
@ -11,7 +11,3 @@
|
|||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBEmulateFormatChanges = True
|
|
||||||
|
|
||||||
|
@ -10,8 +10,11 @@
|
|||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
# Responsive car painting.
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
|
|
||||||
[Video_Hacks]
|
[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
|
EFBToTextureEnable = False
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
CPUThread = False
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
# Add memory patches to be applied every frame here.
|
# Add memory patches to be applied every frame here.
|
||||||
|
@ -11,7 +11,3 @@
|
|||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBEmulateFormatChanges = True
|
|
||||||
|
|
||||||
|
@ -8,7 +8,3 @@
|
|||||||
|
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Hacks]
|
|
||||||
EFBToTextureEnable = False
|
|
||||||
|
|
||||||
|
@ -10,5 +10,7 @@
|
|||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
|
# Properly emulate the blur in the backgrounds.
|
||||||
EFBEmulateFormatChanges = True
|
EFBEmulateFormatChanges = True
|
||||||
|
# Prevent epilepsy-inducing FMVs.
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
@ -10,5 +10,7 @@
|
|||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
|
# Properly emulates the blur in the pause screen.
|
||||||
EFBEmulateFormatChanges = True
|
EFBEmulateFormatChanges = True
|
||||||
|
# Prevent epilepsy-inducing FMVs and menus.
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
@ -10,5 +10,7 @@
|
|||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
|
# Properly emulates the blur in the pause screen.
|
||||||
EFBEmulateFormatChanges = True
|
EFBEmulateFormatChanges = True
|
||||||
|
# Prevent epilepsy-inducing FMVs and menus.
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
@ -10,4 +10,5 @@
|
|||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
|
# Prevent epilepsy-inducing FMVs.
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
Reference in New Issue
Block a user