blob: c04f792d039ee81e52c04d0b3831450ed73dd4f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# R7XE69, R7XJ13, R7XP69 - Need for Speed: Nitro
[Core]
# The game has an undetected idle loop, which is equivalent to SyncOnSkipIdle already being False.
# Setting it is meant to avoid any performance regression when using the idle loop detection patch.
SyncOnSkipIdle = False
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Video_Settings]
# Responsive car painting.
SafeTextureCacheColorSamples = 512
[Video_Hacks]
# Functional pointing while car painting.
EFBAccessEnable = True
# Customizable cars load as completely black otherwise (even in their default state), sun bloom.
EFBToTextureEnable = False
|