Merge pull request #14183 from LillyJadeKatrin/retroachievements-eternal-darkness-testing-my-sanity

RetroAchievements - Remove Hardcore Check from ApplyMemoryPatch
This commit is contained in:
Jordan Woyak 2025-11-27 14:30:39 -06:00 committed by GitHub
commit e8c512dfb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,9 +32,6 @@
void ApplyMemoryPatch(const Core::CPUThreadGuard& guard, std::span<u8> value, const u32 address,
bool store_existing_value)
{
if (AchievementManager::GetInstance().IsHardcoreModeActive())
return;
if (value.empty())
return;