Merge pull request #5440 from ligfx/axhledelayinterrupt

AX-HLE: delay sending interrupt when done processing command list
This commit is contained in:
Markus Wick
2017-05-23 14:29:45 +02:00
committed by GitHub
6 changed files with 27 additions and 18 deletions

View File

@ -3,16 +3,9 @@
[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.
EmulationStateId = 4
[OnLoad]