diff --git a/Core/HLE/sceIo.cpp b/Core/HLE/sceIo.cpp index da60faa307..dd0f7890c2 100644 --- a/Core/HLE/sceIo.cpp +++ b/Core/HLE/sceIo.cpp @@ -906,7 +906,6 @@ u32 sceIoDevctl(const char *name, int cmd, u32 argAddr, int argLen, u32 outPtr, case 0x02425824: // Check if write protected if (Memory::IsValidAddress(outPtr) && outLen == 4) { Memory::Write_U32(0, outPtr); - hleDebugBreak(); return 0; } else { ERROR_LOG(HLE, "Failed 0x02425824 fat");