Skip to content

Commit

Permalink
GameSettings: force DSPLLE in remaining Neo Geo games
Browse files Browse the repository at this point in the history
These two games were missed in PR dolphin-emu#3841.
  • Loading branch information
Tilka committed Aug 13, 2021
1 parent a27dbe5 commit 56f92c5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Data/Sys/GameSettings/ECH.ini
Original file line number Diff line number Diff line change
@@ -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 changes: 20 additions & 0 deletions Data/Sys/GameSettings/ECM.ini
Original file line number Diff line number Diff line change
@@ -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]

0 comments on commit 56f92c5

Please sign in to comment.