Skip to content
Permalink
Browse files
Merge pull request #10247 from mbc07/GameINI
Game INI updates
  • Loading branch information
JMC47 committed Jan 12, 2022
2 parents ca96421 + 4fe7f69 commit e4372a3
Show file tree
Hide file tree
Showing 19 changed files with 202 additions and 22 deletions.
@@ -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

@@ -13,5 +13,4 @@
# Add action replay cheats here.

[Video_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False
@@ -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
@@ -12,9 +12,8 @@
[ActionReplay]
# Add action replay cheats here.

[Video_Settings]
SafeTextureCacheColorSamples = 512

[Video_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False

[Video_Hacks]
FastTextureSampling = False
@@ -15,9 +15,8 @@
[ActionReplay]
# Add action replay cheats here.

[Video_Settings]
SafeTextureCacheColorSamples = 512

[Video_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False

[Video_Hacks]
FastTextureSampling = False
@@ -13,5 +13,7 @@
# Add action replay cheats here.

[Video_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False

[Video_Hacks]
FastTextureSampling = False
@@ -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
@@ -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]
# Add action replay cheats here.

[Video_Enhancements]
ForceFiltering = False

[Video_Settings]
SafeTextureCacheColorSamples = 0

@@ -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
@@ -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
@@ -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]
# Add action replay cheats here.

[Video_Settings]
SafeTextureCacheColorSamples = 512

[Video_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False

[Video_Hacks]
FastTextureSampling = False
@@ -15,9 +15,8 @@
[ActionReplay]
# Add action replay cheats here.

[Video_Settings]
SafeTextureCacheColorSamples = 512

[Video_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False

[Video_Hacks]
FastTextureSampling = False
@@ -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
@@ -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
@@ -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.

[Video_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False
@@ -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

0 comments on commit e4372a3

Please sign in to comment.