mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-29 05:50:51 +01:00
c0f4825a97
See https://bugs.dolphin-emu.org/issues/13356. Testing there determined that forcing a specific value for SafeTextureCacheColorSamples is not needed.
21 lines
553 B
INI
21 lines
553 B
INI
# SFIE01, SFIP01 - Mystery Case Files: The Malgrave Incident
|
|
|
|
[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]
|
|
# Needed for cutscenes and the book to work properly (https://bugs.dolphin-emu.org/issues/4723)
|
|
ImmediateXFBEnable = False
|
|
# Needed for the book to work properly (https://bugs.dolphin-emu.org/issues/13356)
|
|
EFBToTextureEnable = False
|
|
|