mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-15 19:59:53 +00:00
Merge pull request #14183 from LillyJadeKatrin/retroachievements-eternal-darkness-testing-my-sanity
RetroAchievements - Remove Hardcore Check from ApplyMemoryPatch
This commit is contained in:
commit
e8c512dfb5
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user