mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
GameIni: DSP LLE no longer required for Star Wars: Rogue Squadron
Affects: * Star Wars: Rogue Leader * Star Wars: Rebel Strike
This commit is contained in:
parent
8ad6f2cecc
commit
cd2d0897d6
@ -3,17 +3,11 @@
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
MMU = 1
|
||||
# LLE audio enabled by default for a listenable output
|
||||
DSPHLE = False
|
||||
|
||||
[DSP]
|
||||
# Ensure the LLE recompiler gets selected and not interpreter.
|
||||
EnableJIT = True
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Needs LLE audio for proper sound.
|
||||
EmulationIssues =
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
@ -3,16 +3,10 @@
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
MMU = 1
|
||||
# LLE audio enabled by default for a listenable output
|
||||
DSPHLE = False
|
||||
|
||||
[DSP]
|
||||
# Ensure the LLE recompiler gets selected and not interpreter.
|
||||
EnableJIT = True
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationIssues = Needs LLE audio for proper sound.
|
||||
EmulationIssues =
|
||||
EmulationStateId = 4
|
||||
|
||||
[OnLoad]
|
||||
|
Loading…
Reference in New Issue
Block a user