Skip to content

Commit

Permalink
Merge pull request n64decomp#93 from santiagocezar/ps2-memcard-fix
Browse files Browse the repository at this point in the history
Fix saves on PS2
  • Loading branch information
fgsfdsfgs authored Feb 23, 2024
2 parents 822a740 + bf27118 commit 04734d0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pc/ps2_memcard.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ static inline bool memcard_check(void) {

bool ps2_memcard_init(void) {
int ret = -1;
ret = init_memcard_driver(true);
if(ret < 0) {
printf("ps2_memcard: failed to init memcard driver: %d\n", ret);
return false;
}

ret = mcInit(MC_TYPE_XMC);
if (ret < 0) ret = mcInit(MC_TYPE_MC);
Expand Down

0 comments on commit 04734d0

Please sign in to comment.