blob: cd829d08375c0874d51d99ad791e2514371ece42 (
plain)
1
2
3
4
5
6
7
8
|
[Core]
# Attach Game Boy Player hardware.
HSPDevice = 2
# DSP HLE doesn't work with this homebrew's ucode.
DSPHLE = False
[DSP]
# Make sure we get DSP LLE recompiler and not DSP LLE interpreter, for performance.
EnableJIT = True
|