Remove io debugging code accidentally left in.

This commit is contained in:
Unknown W. Brackets
2013-03-12 01:00:15 -07:00
parent e4b43b73b4
commit 34865fee34
-1
View File
@@ -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");