Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9546 from Miksel12/ini-changes5
INI Changes
  • Loading branch information
JMC47 committed Mar 3, 2021
2 parents 7712f08 + 1116085 commit 5342c40
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions Data/Sys/GameSettings/GYA.ini
Expand Up @@ -14,3 +14,4 @@

[Video_Hacks]
EFBToTextureEnable = False
DeferEFBCopies = False
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/PM4.ini
@@ -0,0 +1,5 @@
# PM4E01 - Mario Kart: Double Dash‼ Bonus Disc

[Core]
MMU = True
FPRF = True
1 change: 1 addition & 0 deletions Data/Sys/GameSettings/RBY.ini
Expand Up @@ -14,3 +14,4 @@

[Video_Hacks]
EFBToTextureEnable = False
DeferEFBCopies = False
2 changes: 2 additions & 0 deletions Data/Sys/GameSettings/RFN.ini
Expand Up @@ -5,3 +5,5 @@
# Since both the channel and the main game update these images, it must be disabled for both. (They both have the same GameID, though.)
# However, this has a performance impact, so if the Wii Fit Channel is not going to be used, this does not need to be disabled.
#EFBToTextureEnable = False
# Having EFBToTextureEnable disabled causes hangs in mini games if DeferEFBCopies is enabled.
DeferEFBCopies = False
6 changes: 6 additions & 0 deletions Data/Sys/GameSettings/RFP.ini
@@ -1,7 +1,13 @@
# RFPE01, RFPJ01, RFPR01, RFPP01, RFPK01, RFPW01 - Wii Fit Plus and Wii Fit Plus Channel

[Core]
# Dualcore causes hangs in the Rhythm Parade mini game.
CPUThread = False

[Video_Hacks]
# The Wii Fit Plus Channel shows Mii faces and a graph; however, EFBToTextureEnable must be disabled for this to work.
# Since both the channel and the main game update these images, it must be disabled for both. (They both have the same GameID, though.)
# However, this has a performance impact, so if the Wii Fit Channel is not going to be used, this does not need to be disabled.
#EFBToTextureEnable = False
# Having EFBToTextureEnable disabled causes hangs in mini games if DeferEFBCopies is enabled.
DeferEFBCopies = False
3 changes: 3 additions & 0 deletions Data/Sys/GameSettings/RH2.ini
Expand Up @@ -2,3 +2,6 @@

[Video_Settings]
SuggestedAspectRatio = 2

[Video_Hacks]
XFBToTextureEnable = False
3 changes: 3 additions & 0 deletions Data/Sys/GameSettings/RKF.ini
@@ -1,4 +1,7 @@
# RKFEH4, RKFKZA, RKFP7U - The King of Fighters Collection: The Orochi Saga

[Core]
CPUThread = False

[Video_Settings]
SuggestedAspectRatio = 2
3 changes: 3 additions & 0 deletions Data/Sys/GameSettings/RNC.ini
@@ -1,4 +1,7 @@
# RNCEH4, RNCPH4 - SNK Arcade Classics Volume 1

[Core]
CPUThread = False

[Video_Settings]
SuggestedAspectRatio = 2
4 changes: 4 additions & 0 deletions Data/Sys/GameSettings/SGX.ini
@@ -0,0 +1,4 @@
# SGXP41, SGXE41 - Battle of Giants: Dinosaurs Strike

[Video_Hacks]
EFBToTextureEnable = False
5 changes: 5 additions & 0 deletions Data/Sys/GameSettings/STN.ini
@@ -0,0 +1,5 @@
# STNE41, STNP41 - The Adventures of Tintin: The Game

[Video_Settings]
# Fixes glitching in opening credits.
SafeTextureCacheColorSamples = 512

0 comments on commit 5342c40

Please sign in to comment.