Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion iop/memorycard/mcman/src/mcsio2.c
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,12 @@ int mcman_eraseblock(int port, int slot, int block, void **pagebuf, void *eccbuf
//HAKAMA_SIGNALSEMA();
return sceMcResFailReplace;
}
#endif
//HAKAMA_SIGNALSEMA();
return sceMcResNoFormat;
#else
//HAKAMA_SIGNALSEMA();
return sceMcResSucceed;
#endif
}

//--------------------------------------------------------------
Expand Down
Loading