mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-26 10:06:17 -05:00
Merge pull request #14331 from JosJuice/game-inis-rs
GameSettings: Update Rogue Squadron II and III
This commit is contained in:
commit
ffa03fec78
|
|
@ -1,20 +1,17 @@
|
||||||
# DLSE64, DLSP64 - Star Wars: Rogue Squadron III: Rebel Strike: Limited Edition Bonus Disc (Demo)
|
# DLSE64, DLSP64 - Star Wars: Rogue Squadron III: Rebel Strike: Limited Edition Bonus Disc (Demo)
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Strictly required.
|
||||||
MMU = True
|
MMU = True
|
||||||
|
# Dual core is very unstable in this game and usually causes a freeze before the main menu.
|
||||||
[OnFrame]
|
CPUThread = False
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
# Improves performance, especially in levels with terrain.
|
||||||
|
CPUCull = True
|
||||||
|
# Dolphin misdetects this game as 16:9.
|
||||||
|
SuggestedAspectRatio = 2
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
|
||||||
# Avoids majorly corrupted graphics in menus.
|
# Avoids majorly corrupted graphics in menus.
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,17 @@
|
||||||
# GLRD64, GLRE64, GLRF64, GLRJ13, GLRP64 - Star Wars - Rogue Squadron III - Rebel Strike
|
# GLRD64, GLRE64, GLRF64, GLRJ13, GLRP64 - Star Wars - Rogue Squadron III - Rebel Strike
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Strictly required.
|
||||||
MMU = True
|
MMU = True
|
||||||
|
# Dual core is very unstable in this game and usually causes a freeze before the main menu.
|
||||||
[OnFrame]
|
CPUThread = False
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
# Improves performance, especially in levels with terrain.
|
||||||
|
CPUCull = True
|
||||||
|
# Dolphin misdetects this game as 16:9.
|
||||||
|
SuggestedAspectRatio = 2
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
|
||||||
# Avoids majorly corrupted graphics in menus.
|
# Avoids majorly corrupted graphics in menus.
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
DeferEFBCopies = False
|
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,15 @@
|
||||||
# GSWD64, GSWE64, GSWF64, GSWI64, GSWJ64, GSWP64, GSWS64 - Star Wars: Rogue Leader
|
# GSWD64, GSWE64, GSWF64, GSWI64, GSWJ64, GSWP64, GSWS64 - Star Wars: Rogue Leader
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Strictly required.
|
||||||
MMU = True
|
MMU = True
|
||||||
|
# Reduces stuttering when switching to and from cockpit view.
|
||||||
[OnFrame]
|
JITFollowBranch = False
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[ActionReplay]
|
|
||||||
# Add action replay cheats here.
|
|
||||||
|
|
||||||
[Video]
|
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
# Improves performance, especially in levels with terrain.
|
||||||
|
CPUCull = True
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
# Avoids majorly corrupted graphics in menus.
|
||||||
EFBEmulateFormatChanges = True
|
|
||||||
# Avoids majorly corrupted graphics.
|
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user