Skip to content
Permalink
Browse files
Merge pull request #11617 from icup321/master
GameINI: Krome updates
  • Loading branch information
delroth committed Mar 16, 2023
2 parents 57f33ae + 3d4c572 commit ef3cb6f
Show file tree
Hide file tree
Showing 14 changed files with 163 additions and 21 deletions.
@@ -13,5 +13,9 @@
# Add action replay cheats here.

[Video_Settings]
SafeTextureCacheColorSamples = 0
SafeTextureCacheColorSamples = 512

[Video_Hacks]
ImmediateXFBEnable = False
# Fixes missing splash logo at boot.
EFBAccessEnable = True
@@ -1,4 +1,4 @@
# GIZE52 - TY the Tasmanian Tiger 3
# GIZE52 - TY the Tasmanian Tiger 3: Night of the Quinkan

[Core]
# Values set here will override the main Dolphin settings.
@@ -12,9 +12,10 @@
[ActionReplay]
# Add action replay cheats here.

[Video]

[Video_Settings]
SafeTextureCacheColorSamples = 512

[Video_Hacks]
ImmediateXFBEnable = False
# Fixes missing splash logo at boot.
EFBAccessEnable = True
@@ -0,0 +1,21 @@
# GJFE78, GJFP78 - The Adventures of Jimmy Neutron Boy Genius: Jet Fusion

[Core]
# Values set here will override the main Dolphin settings.

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[ActionReplay]
# Add action replay cheats here.

[Video_Settings]
SafeTextureCacheColorSamples = 512

[Video_Hacks]
ImmediateXFBEnable = False
# Fixes missing splash logo at boot.
EFBAccessEnable = True
@@ -12,9 +12,7 @@
[ActionReplay]
# Add action replay cheats here.

[Video]

[Video_Settings]

[Video_Hacks]
ImmediateXFBEnable = False
# Fixes missing splash logo at boot.
EFBAccessEnable = True
@@ -0,0 +1,19 @@
# GYTE69, GYTP69 - TY the Tasmanian Tiger

[Core]
# Values set here will override the main Dolphin settings.

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[ActionReplay]
# Add action replay cheats here.

[Video_Hacks]
# Fixes visible lines in HUD.
VertexRounding = True
# Fixes missing splash logo at boot.
EFBAccessEnable = True
@@ -1,4 +1,4 @@
# GYTE69, GYTP69 - TY the Tasmanian Tiger 2
# GYTE69, GYTP69 - TY the Tasmanian Tiger 2: Bush Rescue

[Core]
# Values set here will override the main Dolphin settings.
@@ -12,12 +12,7 @@
[ActionReplay]
# Add action replay cheats here.

[Video]

[Video_Hacks]
EFBToTextureEnable = False

[Video_Settings]

[Video_Hacks]
ImmediateXFBEnable = False
# Fixes missing splash logo at boot.
EFBAccessEnable = True
@@ -12,9 +12,6 @@
[ActionReplay]
# Add action replay cheats here.

[Video_Hacks]
# Add video hacks here.

[Video_Settings]
[Video_Enhancements]
# Fixes FMVs
ForceTextureFiltering = False
@@ -0,0 +1,21 @@
# RO7E7D, RO7P7D - The Legend of Spyro: The Eternal Night

[Core]
# Values set here will override the main Dolphin settings.

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[ActionReplay]
# Add action replay cheats here.

[Video_Settings]
SafeTextureCacheColorSamples = 512

[Video_Hacks]
ImmediateXFBEnable = False
# Fixes missing splash logo at boot.
EFBAccessEnable = True
@@ -0,0 +1,17 @@
# RO8E7D, RO8P7D, RO8X7D - The Legend of Spyro: Dawn of the Dragon

[Core]
# Values set here will override the main Dolphin settings.

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[ActionReplay]
# Add action replay cheats here.

[Video_Enhancements]
# Fixes FMVs
ForceTextureFiltering = False
@@ -0,0 +1,17 @@
# RQLE64, RQLP64 - Star Wars: The Clone Wars - Republic Heroes

[Core]
# Values set here will override the main Dolphin settings.

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[ActionReplay]
# Add action replay cheats here.

[Video_Enhancements]
# Fixes FMVs
ForceTextureFiltering = False
@@ -13,4 +13,5 @@
# Add action replay cheats here.

[Video_Hacks]
DeferEFBCopies = False
# Fixes visible lines in HUD.
VertexRounding = True
@@ -0,0 +1,17 @@
# RXIE52, RXIP52 - Transformers: Revenge of the Fallen

[Core]
# Values set here will override the main Dolphin settings.

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[ActionReplay]
# Add action replay cheats here.

[Video_Enhancements]
# Fixes FMVs
ForceTextureFiltering = False
@@ -0,0 +1,17 @@
# SF2P64 - Star Wars: The Force Unleashed II (Europe)

[Core]
# Values set here will override the main Dolphin settings.

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[ActionReplay]
# Add action replay cheats here.

[Video_Enhancements]
# Fixes FMVs
ForceTextureFiltering = False
@@ -0,0 +1,17 @@
# SFUE64 - Star Wars: The Force Unleashed II (USA)

[Core]
# Values set here will override the main Dolphin settings.

[OnLoad]
# Add memory patches to be loaded once on boot here.

[OnFrame]
# Add memory patches to be applied every frame here.

[ActionReplay]
# Add action replay cheats here.

[Video_Enhancements]
# Fixes FMVs
ForceTextureFiltering = False

0 comments on commit ef3cb6f

Please sign in to comment.