mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-19 10:43:33 +00:00
Fix: Restrict PC return recovery to Little Nightmares 3 with adjusted threshold
Only applies to Little Nightmares 3 (title ID: 010066101A55A800). Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -14,7 +14,7 @@ private:
|
||||
|
||||
public:
|
||||
static constexpr u64 FinalFantasyTactics = 0x010038B015560000ULL;
|
||||
static constexpr u64 LittleNightmares3 = 0x010066101A55A800ULL;
|
||||
static constexpr u64 LittleNightmares3 = 0x010066101A55A800ULL || 0x010066101A55A000ULL;
|
||||
};
|
||||
|
||||
} // namespace UICommon
|
||||
|
||||
Reference in New Issue
Block a user