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:
Zephyron
2025-11-10 20:55:54 +10:00
parent 85a41cba46
commit 1127d30fd8

View File

@@ -14,7 +14,7 @@ private:
public: public:
static constexpr u64 FinalFantasyTactics = 0x010038B015560000ULL; static constexpr u64 FinalFantasyTactics = 0x010038B015560000ULL;
static constexpr u64 LittleNightmares3 = 0x010066101A55A800ULL; static constexpr u64 LittleNightmares3 = 0x010066101A55A800ULL || 0x010066101A55A000ULL;
}; };
} // namespace UICommon } // namespace UICommon