mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-15 19:59:53 +00:00
RetroAchievements - Remove Hardcore Check from ApplyMemoryPatch
This was blocking all memory patches from executing properly in hardcore mode even when contained in the Allowlist.
This commit is contained in:
parent
887c68eed4
commit
fd0b875ab5
@ -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