mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Gamesettings: Disable ICache for Indiana Jones and the Staff of Kings
This commit is contained in:
parent
5322256065
commit
b66cd99e86
1 changed files with 21 additions and 0 deletions
21
Data/Sys/GameSettings/RJ8.ini
Normal file
21
Data/Sys/GameSettings/RJ8.ini
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue