diff --git a/iop/memorycard/mcman/src/mcsio2.c b/iop/memorycard/mcman/src/mcsio2.c index 613913d0063b..c8126bac856e 100644 --- a/iop/memorycard/mcman/src/mcsio2.c +++ b/iop/memorycard/mcman/src/mcsio2.c @@ -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 } //--------------------------------------------------------------