From b66cd99e8672bd5831852b0da157c491ab64f633 Mon Sep 17 00:00:00 2001 From: "Patrick A. Ferry" <8967997+PatrickFerry@users.noreply.github.com> Date: Thu, 8 Apr 2021 17:54:08 +0100 Subject: [PATCH] Gamesettings: Disable ICache for Indiana Jones and the Staff of Kings --- Data/Sys/GameSettings/RJ8.ini | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Data/Sys/GameSettings/RJ8.ini diff --git a/Data/Sys/GameSettings/RJ8.ini b/Data/Sys/GameSettings/RJ8.ini new file mode 100644 index 0000000000..070693cb33 --- /dev/null +++ b/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