From 4fe7f69c29a38db6e2572a5b0ca32078e7a848ee Mon Sep 17 00:00:00 2001 From: "Mateus B. Cassiano" Date: Thu, 25 Nov 2021 02:10:43 -0400 Subject: [PATCH] Game INI updates Updated settings for Eternal Darkness, Epic Mickey 2 and earlier Just Dance games. Added missing settings for Just Dance spin-offs and compilations. --- Data/Sys/GameSettings/GED.ini | 6 ++++-- Data/Sys/GameSettings/S2E.ini | 1 - Data/Sys/GameSettings/S5D.ini | 15 +++++++++++++++ Data/Sys/GameSettings/SD2.ini | 7 +++---- Data/Sys/GameSettings/SD2J01.ini | 7 +++---- Data/Sys/GameSettings/SDN.ini | 4 +++- Data/Sys/GameSettings/SDZ.ini | 17 +++++++++++++++++ Data/Sys/GameSettings/SEP.ini | 16 ++++++++++++++++ Data/Sys/GameSettings/SER.ini | 4 +++- Data/Sys/GameSettings/SJ6.ini | 19 +++++++++++++++++++ Data/Sys/GameSettings/SJ7.ini | 19 +++++++++++++++++++ Data/Sys/GameSettings/SJ9.ini | 20 ++++++++++++++++++++ Data/Sys/GameSettings/SJD.ini | 7 +++---- Data/Sys/GameSettings/SJDJ01.ini | 7 +++---- Data/Sys/GameSettings/SJHE41.ini | 19 +++++++++++++++++++ Data/Sys/GameSettings/SJTP41.ini | 19 +++++++++++++++++++ Data/Sys/GameSettings/SJZ.ini | 20 ++++++++++++++++++++ Data/Sys/GameSettings/SMO.ini | 1 - Data/Sys/GameSettings/SUO.ini | 16 ++++++++++++++++ 19 files changed, 202 insertions(+), 22 deletions(-) create mode 100644 Data/Sys/GameSettings/SDZ.ini create mode 100644 Data/Sys/GameSettings/SEP.ini create mode 100644 Data/Sys/GameSettings/SJ6.ini create mode 100644 Data/Sys/GameSettings/SJ7.ini create mode 100644 Data/Sys/GameSettings/SJ9.ini create mode 100644 Data/Sys/GameSettings/SJHE41.ini create mode 100644 Data/Sys/GameSettings/SJTP41.ini create mode 100644 Data/Sys/GameSettings/SJZ.ini create mode 100644 Data/Sys/GameSettings/SUO.ini diff --git a/Data/Sys/GameSettings/GED.ini b/Data/Sys/GameSettings/GED.ini index 7c5761028fd..ed47935df77 100644 --- a/Data/Sys/GameSettings/GED.ini +++ b/Data/Sys/GameSettings/GED.ini @@ -2,7 +2,7 @@ [Core] # Values set here will override the main Dolphin settings. -GPUDeterminismMode = fake-completion +CPUThread = False [OnLoad] # Add memory patches to be loaded once on boot here. @@ -13,6 +13,8 @@ GPUDeterminismMode = fake-completion [ActionReplay] # Add action replay cheats here. +[Video_Hacks] +XFBToTextureEnable = False + [Video_Settings] SafeTextureCacheColorSamples = 512 - diff --git a/Data/Sys/GameSettings/S2E.ini b/Data/Sys/GameSettings/S2E.ini index 2c624b13441..9c8860affa4 100644 --- a/Data/Sys/GameSettings/S2E.ini +++ b/Data/Sys/GameSettings/S2E.ini @@ -13,5 +13,4 @@ # Add action replay cheats here. [Video_Enhancements] -MaxAnisotropy = 0 ForceFiltering = False diff --git a/Data/Sys/GameSettings/S5D.ini b/Data/Sys/GameSettings/S5D.ini index b2586a00d9c..9d9699ae2b6 100644 --- a/Data/Sys/GameSettings/S5D.ini +++ b/Data/Sys/GameSettings/S5D.ini @@ -1,4 +1,19 @@ # S5DE41, S5DP41 - Just Dance Disney Party 2 +[Core] +# Values set here will override the main Dolphin settings. + +[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_Enhancements] +ForceFiltering = False + [Video_Settings] SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/SD2.ini b/Data/Sys/GameSettings/SD2.ini index f6e5932993e..ed424edad25 100644 --- a/Data/Sys/GameSettings/SD2.ini +++ b/Data/Sys/GameSettings/SD2.ini @@ -12,9 +12,8 @@ [ActionReplay] # Add action replay cheats here. -[Video_Settings] -SafeTextureCacheColorSamples = 512 - [Video_Enhancements] -MaxAnisotropy = 0 ForceFiltering = False + +[Video_Hacks] +FastTextureSampling = False diff --git a/Data/Sys/GameSettings/SD2J01.ini b/Data/Sys/GameSettings/SD2J01.ini index f37490a7dd7..0f39c5f2647 100644 --- a/Data/Sys/GameSettings/SD2J01.ini +++ b/Data/Sys/GameSettings/SD2J01.ini @@ -15,9 +15,8 @@ [ActionReplay] # Add action replay cheats here. -[Video_Settings] -SafeTextureCacheColorSamples = 512 - [Video_Enhancements] -MaxAnisotropy = 0 ForceFiltering = False + +[Video_Hacks] +FastTextureSampling = False diff --git a/Data/Sys/GameSettings/SDN.ini b/Data/Sys/GameSettings/SDN.ini index 86df9fec94f..270ed947882 100644 --- a/Data/Sys/GameSettings/SDN.ini +++ b/Data/Sys/GameSettings/SDN.ini @@ -13,5 +13,7 @@ # Add action replay cheats here. [Video_Enhancements] -MaxAnisotropy = 0 ForceFiltering = False + +[Video_Hacks] +FastTextureSampling = False diff --git a/Data/Sys/GameSettings/SDZ.ini b/Data/Sys/GameSettings/SDZ.ini new file mode 100644 index 00000000000..b0048abd9ee --- /dev/null +++ b/Data/Sys/GameSettings/SDZ.ini @@ -0,0 +1,17 @@ +# SDZE41 - Just Dance Kids +# SDZP41 - Dance Juniors [Europe] + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Enhancements] +ForceFiltering = False diff --git a/Data/Sys/GameSettings/SEP.ini b/Data/Sys/GameSettings/SEP.ini new file mode 100644 index 00000000000..40e94d598a8 --- /dev/null +++ b/Data/Sys/GameSettings/SEP.ini @@ -0,0 +1,16 @@ +# SEPE41, SEPP41, SEPX41, SEPZ41 - The Black Eyed Peas Experience + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Enhancements] +ForceFiltering = False diff --git a/Data/Sys/GameSettings/SER.ini b/Data/Sys/GameSettings/SER.ini index f209010c506..f02214170ff 100644 --- a/Data/Sys/GameSettings/SER.ini +++ b/Data/Sys/GameSettings/SER.ini @@ -12,6 +12,8 @@ [ActionReplay] # Add action replay cheats here. +[Video_Enhancements] +ForceFiltering = False + [Video_Settings] SafeTextureCacheColorSamples = 0 - diff --git a/Data/Sys/GameSettings/SJ6.ini b/Data/Sys/GameSettings/SJ6.ini new file mode 100644 index 00000000000..0ed03172780 --- /dev/null +++ b/Data/Sys/GameSettings/SJ6.ini @@ -0,0 +1,19 @@ +# SJ6E41, SJ6P41 - Just Dance Disney Party + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Enhancements] +ForceFiltering = False + +[Video_Settings] +SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/SJ7.ini b/Data/Sys/GameSettings/SJ7.ini new file mode 100644 index 00000000000..2cfd0751eaf --- /dev/null +++ b/Data/Sys/GameSettings/SJ7.ini @@ -0,0 +1,19 @@ +# SJ7E41, SJ7P41 - Just Dance Kids 2014 + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Enhancements] +ForceFiltering = False + +[Video_Settings] +SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/SJ9.ini b/Data/Sys/GameSettings/SJ9.ini new file mode 100644 index 00000000000..86f543d2bf7 --- /dev/null +++ b/Data/Sys/GameSettings/SJ9.ini @@ -0,0 +1,20 @@ +# SJ9E41 - Just Dance Summer Party +# SJ9P41 - Just Dance 2 Extra Songs [Europe] + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Enhancements] +ForceFiltering = False + +[Video_Hacks] +FastTextureSampling = False diff --git a/Data/Sys/GameSettings/SJD.ini b/Data/Sys/GameSettings/SJD.ini index e1ee280d1ea..0ae502c06c2 100644 --- a/Data/Sys/GameSettings/SJD.ini +++ b/Data/Sys/GameSettings/SJD.ini @@ -12,9 +12,8 @@ [ActionReplay] # Add action replay cheats here. -[Video_Settings] -SafeTextureCacheColorSamples = 512 - [Video_Enhancements] -MaxAnisotropy = 0 ForceFiltering = False + +[Video_Hacks] +FastTextureSampling = False diff --git a/Data/Sys/GameSettings/SJDJ01.ini b/Data/Sys/GameSettings/SJDJ01.ini index 6fb22d078a6..1ca772ff4b7 100644 --- a/Data/Sys/GameSettings/SJDJ01.ini +++ b/Data/Sys/GameSettings/SJDJ01.ini @@ -15,9 +15,8 @@ [ActionReplay] # Add action replay cheats here. -[Video_Settings] -SafeTextureCacheColorSamples = 512 - [Video_Enhancements] -MaxAnisotropy = 0 ForceFiltering = False + +[Video_Hacks] +FastTextureSampling = False diff --git a/Data/Sys/GameSettings/SJHE41.ini b/Data/Sys/GameSettings/SJHE41.ini new file mode 100644 index 00000000000..c311d53b2f2 --- /dev/null +++ b/Data/Sys/GameSettings/SJHE41.ini @@ -0,0 +1,19 @@ +# SJHE41 - Just Dance Greatest Hits + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Enhancements] +ForceFiltering = False + +[Video_Hacks] +FastTextureSampling = False diff --git a/Data/Sys/GameSettings/SJTP41.ini b/Data/Sys/GameSettings/SJTP41.ini new file mode 100644 index 00000000000..0d05429c745 --- /dev/null +++ b/Data/Sys/GameSettings/SJTP41.ini @@ -0,0 +1,19 @@ +# SJTP41 - Just Dance: Best Of + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Enhancements] +ForceFiltering = False + +[Video_Hacks] +FastTextureSampling = False diff --git a/Data/Sys/GameSettings/SJZ.ini b/Data/Sys/GameSettings/SJZ.ini new file mode 100644 index 00000000000..551a7d8cc00 --- /dev/null +++ b/Data/Sys/GameSettings/SJZ.ini @@ -0,0 +1,20 @@ +# SJZE41 - Just Dance Kids 2 +# SJZP41 - Just Dance Kids [Europe] + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Enhancements] +ForceFiltering = False + +[Video_Settings] +SafeTextureCacheColorSamples = 0 diff --git a/Data/Sys/GameSettings/SMO.ini b/Data/Sys/GameSettings/SMO.ini index f6aa2e6ead4..1d169b38321 100644 --- a/Data/Sys/GameSettings/SMO.ini +++ b/Data/Sys/GameSettings/SMO.ini @@ -13,5 +13,4 @@ # Add action replay cheats here. [Video_Enhancements] -MaxAnisotropy = 0 ForceFiltering = False diff --git a/Data/Sys/GameSettings/SUO.ini b/Data/Sys/GameSettings/SUO.ini new file mode 100644 index 00000000000..cb054b374cb --- /dev/null +++ b/Data/Sys/GameSettings/SUO.ini @@ -0,0 +1,16 @@ +# SUOE41, SUOP41 - The Hip Hop Dance Experience + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Enhancements] +ForceFiltering = False