GameINI: Toshi engine updates
Update several INI GameSettings for Blue Tongue Entertainment games Add comments & more Nick games fixes Adds comments to all FMV fixes and adds even more fixes for Nick games
This commit is contained in:
parent
18979129f3
commit
883a5cccfa
|
@ -0,0 +1,13 @@
|
|||
# GCAE5H - Cubix Robots for Everyone: Showdown
|
||||
|
||||
[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]
|
||||
ImmediateXFBEnable = False
|
|
@ -0,0 +1,17 @@
|
|||
# GFOE78, GFOP78 - The Fairly OddParents: Shadow Showdown
|
||||
|
||||
[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_Settings]
|
||||
# Needed for some FMVs.
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
|
@ -0,0 +1,17 @@
|
|||
# GFWE78 - The Fairly OddParents: Breakin' Da Rules
|
||||
|
||||
[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_Settings]
|
||||
# Needed for some FMVs.
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
|
@ -0,0 +1,14 @@
|
|||
# GJYE78, GJYP78 - The Adventures of Jimmy Neutron Boy Genius: Attack of the Twonkies
|
||||
|
||||
[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_Settings]
|
||||
# Needed for some FMVs.
|
||||
SafeTextureCacheColorSamples = 512
|
|
@ -1,4 +1,4 @@
|
|||
# GNOE78 - Nicktoons Unite!
|
||||
# GNOE78, GNOX78 - Nicktoons Unite!
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
|
|
@ -10,5 +10,6 @@ MemoryCardSize = 2
|
|||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
|
||||
|
||||
[Video_Settings]
|
||||
# Needed for some FMVs.
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
# GQQD78, GQQE78, GQQF78, GQQH78, GQQP78 - SpongeBob SquarePants: Lights, Camera, Pants!
|
||||
|
||||
[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_Settings]
|
||||
# Needed for some FMVs.
|
||||
SafeTextureCacheColorSamples = 512
|
|
@ -0,0 +1,14 @@
|
|||
# GU6E78 - Nicktoons: Battle for Volcano Island
|
||||
|
||||
[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]
|
||||
# Needed for some FMVs.
|
||||
ImmediateXFBEnable = False
|
|
@ -9,6 +9,10 @@
|
|||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Settings]
|
||||
# Needed for some FMVs.
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
DeferEFBCopies = False
|
||||
|
|
|
@ -9,8 +9,13 @@
|
|||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
# Needed for some FMVs.
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
|
|
|
@ -10,8 +10,13 @@
|
|||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
|
||||
[Video_Settings]
|
||||
# Needed for some FMVs.
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
DeferEFBCopies = False
|
||||
|
|
|
@ -10,5 +10,7 @@
|
|||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
# Needed for some FMVs.
|
||||
ImmediateXFBEnable = False
|
||||
EFBToTextureEnable = False
|
||||
DeferEFBCopies = False
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
# RN3J78, RN3E78, RN3P78, RN3X78 - Nicktoons: Attack of the Toybots
|
||||
|
||||
[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_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
|
||||
[Video_Settings]
|
||||
# Needed for some FMVs.
|
||||
SafeTextureCacheColorSamples = 0
|
|
@ -1,4 +1,16 @@
|
|||
# RQ4E78, RQ4J78, RQ4P78 - SpongeBob SquarePants: Creature from the Krusty Krab
|
||||
# RQ4E78, RQ4J78, RQ4P78 - SpongeBob SquarePants: Creature from the Krusty Krab [Wii]
|
||||
|
||||
[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_Settings]
|
||||
SuggestedAspectRatio = 2
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
|
|
|
@ -1,4 +1,15 @@
|
|||
# RSAE78, RSAP78 - SpongeBob's Atlantis SquarePantis
|
||||
|
||||
[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_Settings]
|
||||
SuggestedAspectRatio = 2
|
||||
# Needed for some FMVs.
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
# RUSX78, RUSK78, RUSE78, RUSP78, RUSY78 - SpongeBob SquarePants featuring Nicktoons: Globs of Doom
|
||||
|
||||
[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_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
|
||||
[Video_Settings]
|
||||
# Needed for some FMVs.
|
||||
SafeTextureCacheColorSamples = 0
|
|
@ -10,8 +10,13 @@
|
|||
# Add action replay cheats here.
|
||||
|
||||
[Video_Enhancements]
|
||||
# Fixes FMVs
|
||||
ForceTextureFiltering = False
|
||||
|
||||
[Video_Settings]
|
||||
# Needed for some FMVs.
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
DeferEFBCopies = False
|
||||
|
|
Loading…
Reference in New Issue