mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
23 lines
676 B
INI
23 lines
676 B
INI
# 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
|