mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-03 20:24:14 +02:00
b40047fb6e
This PR provides 60 FPS code additions to NiGHTS: Journey of Dreams. NTSC-U/PAL/NTSC-J: * Added 60 FPS code, coming from the Dolphin wiki. * Followed my code naming convention for Sega games. * The wiki says that the code is for NTSC-U but it's actually region free. It's been confirmed via testing. * The wiki also says that a certain part in the final level softlocks, but that's actually not true and can be bypassed. An explanation has been included with the code.
19 lines
452 B
INI
19 lines
452 B
INI
# R7EE8P, R7EJ8P, R7EP8P - NiGHTS: Journey of Dreams
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 0
|
|
|
|
[Gecko]
|
|
$60FPS [Nick Reynolds]
|
|
045524c8 00000001
|
|
*During Will's final stage towards the cutscene with Helen, fly towards the bottom of the level to avoid softlocking.
|