Skip to content

Commit

Permalink
fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Jan 21, 2025
1 parent bc5012d commit 6c36eec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/modules/ef2uma/ef2uma.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ int sceIoRenamePatched(const char* oldfile, const char* newfile){
char oldpath[256]; int ofstart = 0;
char newpath[256]; int nfstart = 0;

if (checkEfPath(oldpath, &ofstart)){
if (checkEfPath(oldfile, &ofstart)){
strcpy(oldpath, "uma0:pspemu");
strcat(oldpath, oldfile+ofstart);
}
Expand Down
Binary file modified extras/modules/ef2uma/ef2uma.suprx
Binary file not shown.

0 comments on commit 6c36eec

Please sign in to comment.