mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
GameINI update for newer Just Dance games
This commit is contained in:
parent
146ee6de91
commit
a8478b3ec4
@ -5,8 +5,8 @@
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 1
|
||||
EmulationIssues = Freezes at boot, refer issue 6701
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Missing microphone emulation
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
@ -16,6 +16,3 @@ EmulationIssues = Freezes at boot, refer issue 6701
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
|
18
Data/Sys/GameSettings/SJN.ini
Normal file
18
Data/Sys/GameSettings/SJN.ini
Normal file
@ -0,0 +1,18 @@
|
||||
# SJNE41, SJNP41 - Just Dance 2016
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Missing microphone emulation
|
||||
|
||||
[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.
|
@ -5,8 +5,8 @@
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 1
|
||||
EmulationIssues = Freezes at boot, refer issue 6701
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Missing microphone emulation
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
@ -16,6 +16,3 @@ EmulationIssues = Freezes at boot, refer issue 6701
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
EFBToTextureEnable = False
|
||||
|
18
Data/Sys/GameSettings/SZ7.ini
Normal file
18
Data/Sys/GameSettings/SZ7.ini
Normal file
@ -0,0 +1,18 @@
|
||||
# SZ7E41, SZ7P41 - Just Dance 2017
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Missing microphone emulation
|
||||
|
||||
[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.
|
Loading…
Reference in New Issue
Block a user