Skip to content

Commit

Permalink
Gamesettings: Disable ICache for Indiana Jones and the Staff of Kings
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickFerry committed Apr 8, 2021
1 parent 5322256 commit b66cd99
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Data/Sys/GameSettings/RJ8.ini
@@ -0,0 +1,21 @@
# RJ8P64, RJ8E64 - Indiana Jones and the Staff of Kings

[Core]
# Values set here will override the main Dolphin settings.
# The JIT cache causes problems with emulated icache invalidation in this game resulting in areas failing to load
DisableICache = True

[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 = 2048

[Video_Hacks]
EFBEmulateFormatChanges = True

0 comments on commit b66cd99

Please sign in to comment.