mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
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.
This commit is contained in:
parent
aa5cb35c86
commit
4fe7f69c29
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
GPUDeterminismMode = fake-completion
|
CPUThread = False
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
@ -13,6 +13,8 @@ GPUDeterminismMode = fake-completion
|
|||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
XFBToTextureEnable = False
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
|
|
||||||
|
@ -13,5 +13,4 @@
|
|||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
|
@ -1,4 +1,19 @@
|
|||||||
# S5DE41, S5DP41 - Just Dance Disney Party 2
|
# 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]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
|
@ -12,9 +12,8 @@
|
|||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 512
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
FastTextureSampling = False
|
||||||
|
@ -15,9 +15,8 @@
|
|||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 512
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
FastTextureSampling = False
|
||||||
|
@ -13,5 +13,7 @@
|
|||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
FastTextureSampling = False
|
||||||
|
17
Data/Sys/GameSettings/SDZ.ini
Normal file
17
Data/Sys/GameSettings/SDZ.ini
Normal file
@ -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
|
16
Data/Sys/GameSettings/SEP.ini
Normal file
16
Data/Sys/GameSettings/SEP.ini
Normal file
@ -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
|
@ -12,6 +12,8 @@
|
|||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video_Enhancements]
|
||||||
|
ForceFiltering = False
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
|
|
||||||
|
19
Data/Sys/GameSettings/SJ6.ini
Normal file
19
Data/Sys/GameSettings/SJ6.ini
Normal file
@ -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
|
19
Data/Sys/GameSettings/SJ7.ini
Normal file
19
Data/Sys/GameSettings/SJ7.ini
Normal file
@ -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
|
20
Data/Sys/GameSettings/SJ9.ini
Normal file
20
Data/Sys/GameSettings/SJ9.ini
Normal file
@ -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
|
@ -12,9 +12,8 @@
|
|||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 512
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
FastTextureSampling = False
|
||||||
|
@ -15,9 +15,8 @@
|
|||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
SafeTextureCacheColorSamples = 512
|
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
FastTextureSampling = False
|
||||||
|
19
Data/Sys/GameSettings/SJHE41.ini
Normal file
19
Data/Sys/GameSettings/SJHE41.ini
Normal file
@ -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
|
19
Data/Sys/GameSettings/SJTP41.ini
Normal file
19
Data/Sys/GameSettings/SJTP41.ini
Normal file
@ -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
|
20
Data/Sys/GameSettings/SJZ.ini
Normal file
20
Data/Sys/GameSettings/SJZ.ini
Normal file
@ -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
|
@ -13,5 +13,4 @@
|
|||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Enhancements]
|
[Video_Enhancements]
|
||||||
MaxAnisotropy = 0
|
|
||||||
ForceFiltering = False
|
ForceFiltering = False
|
||||||
|
16
Data/Sys/GameSettings/SUO.ini
Normal file
16
Data/Sys/GameSettings/SUO.ini
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user