mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-02 17:51:44 +01:00
34d610e99b
Remove safetexturecache setting from Zelda Twilight Princess and Star Wars Rogue Squadron/Rebel Strike based on the pr #1916 changes.
31 lines
585 B
INI
31 lines
585 B
INI
# GSWE64 - Star Wars: Rogue Leader
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
MMU = 1
|
|
|
|
[EmuState]
|
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
|
EmulationIssues = Needs LLE audio for proper sound.
|
|
EmulationStateId = 4
|
|
|
|
[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]
|
|
|
|
[Video_Settings]
|
|
UseXFB = True
|
|
UseRealXFB = False
|
|
|
|
[Video_Hacks]
|
|
EFBToTextureEnable = False
|
|
EFBCopyEnable = True
|
|
EFBEmulateFormatChanges = True
|