mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
GameSettings: force DSPLLE in remaining Neo Geo games
These two games were missed in PR #3841.
This commit is contained in:
parent
a27dbe58a6
commit
56f92c5ce3
20
Data/Sys/GameSettings/ECH.ini
Normal file
20
Data/Sys/GameSettings/ECH.ini
Normal file
@ -0,0 +1,20 @@
|
||||
# ECHJJ8, ECHEJ8, ECHPJ8 - The King of Fighters '98
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
DSPHLE = False
|
||||
|
||||
[DSP]
|
||||
# Values set here will override the Dolphin DSP settings.
|
||||
EnableJIT = True
|
||||
|
||||
[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_Settings]
|
20
Data/Sys/GameSettings/ECM.ini
Normal file
20
Data/Sys/GameSettings/ECM.ini
Normal file
@ -0,0 +1,20 @@
|
||||
# ECMJJ8 - Tokuten Oh: Honoo no Libero
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
DSPHLE = False
|
||||
|
||||
[DSP]
|
||||
# Values set here will override the Dolphin DSP settings.
|
||||
EnableJIT = True
|
||||
|
||||
[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_Settings]
|
Loading…
x
Reference in New Issue
Block a user