diff --git a/Source/Core/Core/Debugger/PPCDebugInterface.cpp b/Source/Core/Core/Debugger/PPCDebugInterface.cpp index f38d1c83468..fd105df2b41 100644 --- a/Source/Core/Core/Debugger/PPCDebugInterface.cpp +++ b/Source/Core/Core/Debugger/PPCDebugInterface.cpp @@ -32,9 +32,6 @@ void ApplyMemoryPatch(const Core::CPUThreadGuard& guard, std::span value, const u32 address, bool store_existing_value) { - if (AchievementManager::GetInstance().IsHardcoreModeActive()) - return; - if (value.empty()) return;