diff options
| author | JosJuice <josjuice@gmail.com> | 2026-02-23 16:56:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-23 16:56:06 +0100 |
| commit | ffa03fec786cc08baa99ad9c34b042056d75c779 (patch) | |
| tree | b17b99ac1f6d02448e5ed4e87a0978dc91889c12 | |
| parent | b55aaa8ca78619785ca334c62d5e9d3743c29171 (diff) | |
| parent | 2891bc949575036d23b997643c73d833f3212a45 (diff) | |
Merge pull request #14331 from JosJuice/game-inis-rs
GameSettings: Update Rogue Squadron II and III
| -rw-r--r-- | Data/Sys/GameSettings/DLS.ini | 17 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/GLR.ini | 18 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/GSW.ini | 18 |
3 files changed, 20 insertions, 33 deletions
diff --git a/Data/Sys/GameSettings/DLS.ini b/Data/Sys/GameSettings/DLS.ini index dd526a78e7..4ab8ba7a4f 100644 --- a/Data/Sys/GameSettings/DLS.ini +++ b/Data/Sys/GameSettings/DLS.ini @@ -1,20 +1,17 @@ # DLSE64, DLSP64 - Star Wars: Rogue Squadron III: Rebel Strike: Limited Edition Bonus Disc (Demo) [Core] -# Values set here will override the main Dolphin settings. +# Strictly required. MMU = True - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] +# Dual core is very unstable in this game and usually causes a freeze before the main menu. +CPUThread = False [Video_Settings] +# Improves performance, especially in levels with terrain. +CPUCull = True +# Dolphin misdetects this game as 16:9. +SuggestedAspectRatio = 2 [Video_Hacks] -EFBToTextureEnable = False # Avoids majorly corrupted graphics in menus. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/GLR.ini b/Data/Sys/GameSettings/GLR.ini index 1f72e2d58a..1cbb5c87da 100644 --- a/Data/Sys/GameSettings/GLR.ini +++ b/Data/Sys/GameSettings/GLR.ini @@ -1,21 +1,17 @@ # GLRD64, GLRE64, GLRF64, GLRJ13, GLRP64 - Star Wars - Rogue Squadron III - Rebel Strike [Core] -# Values set here will override the main Dolphin settings. +# Strictly required. MMU = True - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] +# Dual core is very unstable in this game and usually causes a freeze before the main menu. +CPUThread = False [Video_Settings] +# Improves performance, especially in levels with terrain. +CPUCull = True +# Dolphin misdetects this game as 16:9. +SuggestedAspectRatio = 2 [Video_Hacks] -EFBToTextureEnable = False # Avoids majorly corrupted graphics in menus. ImmediateXFBEnable = False -DeferEFBCopies = False diff --git a/Data/Sys/GameSettings/GSW.ini b/Data/Sys/GameSettings/GSW.ini index cd0c1a34b7..479592faa4 100644 --- a/Data/Sys/GameSettings/GSW.ini +++ b/Data/Sys/GameSettings/GSW.ini @@ -1,21 +1,15 @@ # GSWD64, GSWE64, GSWF64, GSWI64, GSWJ64, GSWP64, GSWS64 - Star Wars: Rogue Leader [Core] -# Values set here will override the main Dolphin settings. +# Strictly required. MMU = True - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video] +# Reduces stuttering when switching to and from cockpit view. +JITFollowBranch = False [Video_Settings] +# Improves performance, especially in levels with terrain. +CPUCull = True [Video_Hacks] -EFBToTextureEnable = False -EFBEmulateFormatChanges = True -# Avoids majorly corrupted graphics. +# Avoids majorly corrupted graphics in menus. ImmediateXFBEnable = False |
