diff options
| author | mbc07 <mbc07@live.com> | 2016-10-29 23:52:03 -0300 |
|---|---|---|
| committer | mbc07 <mbc07@live.com> | 2016-10-29 23:52:03 -0300 |
| commit | a8478b3ec4b62c08a059e78eccecf0add68fde4c (patch) | |
| tree | 8de28d6f5a20faa00440ed5610f1efdae6603a8d /Data/Sys | |
| parent | 146ee6de91ecb52af86f0056a63b4949b0dbd1b5 (diff) | |
GameINI update for newer Just Dance games
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/SE3.ini | 7 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SJN.ini | 18 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SJO.ini | 7 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SZ7.ini | 18 |
4 files changed, 40 insertions, 10 deletions
diff --git a/Data/Sys/GameSettings/SE3.ini b/Data/Sys/GameSettings/SE3.ini index 566c47a8e2..db67ecc9be 100644 --- a/Data/Sys/GameSettings/SE3.ini +++ b/Data/Sys/GameSettings/SE3.ini @@ -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 diff --git a/Data/Sys/GameSettings/SJN.ini b/Data/Sys/GameSettings/SJN.ini new file mode 100644 index 0000000000..b85b4ebf5f --- /dev/null +++ b/Data/Sys/GameSettings/SJN.ini @@ -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. diff --git a/Data/Sys/GameSettings/SJO.ini b/Data/Sys/GameSettings/SJO.ini index efa8626f02..1c3ae86b9c 100644 --- a/Data/Sys/GameSettings/SJO.ini +++ b/Data/Sys/GameSettings/SJO.ini @@ -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 diff --git a/Data/Sys/GameSettings/SZ7.ini b/Data/Sys/GameSettings/SZ7.ini new file mode 100644 index 0000000000..d296612d02 --- /dev/null +++ b/Data/Sys/GameSettings/SZ7.ini @@ -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. |
