blob: 479592faa41c7a522bdffb4244cdd4968ee7649c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# GSWD64, GSWE64, GSWF64, GSWI64, GSWJ64, GSWP64, GSWS64 - Star Wars: Rogue Leader
[Core]
# Strictly required.
MMU = True
# Reduces stuttering when switching to and from cockpit view.
JITFollowBranch = False
[Video_Settings]
# Improves performance, especially in levels with terrain.
CPUCull = True
[Video_Hacks]
# Avoids majorly corrupted graphics in menus.
ImmediateXFBEnable = False
|