From a8478b3ec4b62c08a059e78eccecf0add68fde4c Mon Sep 17 00:00:00 2001 From: mbc07 Date: Sat, 29 Oct 2016 23:52:03 -0300 Subject: [PATCH] GameINI update for newer Just Dance games --- Data/Sys/GameSettings/SE3.ini | 7 ++----- Data/Sys/GameSettings/SJN.ini | 18 ++++++++++++++++++ Data/Sys/GameSettings/SJO.ini | 7 ++----- Data/Sys/GameSettings/SZ7.ini | 18 ++++++++++++++++++ 4 files changed, 40 insertions(+), 10 deletions(-) create mode 100644 Data/Sys/GameSettings/SJN.ini create mode 100644 Data/Sys/GameSettings/SZ7.ini 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.