mirror of https://github.com/red-prig/fpPS4.git
Mount "sys" folder (#104)
This commit is contained in:
parent
029a2935c1
commit
d9d8eef529
|
@ -588,6 +588,11 @@ begin
|
|||
if (fp^<>#0) then Inc(fp);
|
||||
Result:=MountMiscConcat('mnt',fp,r);
|
||||
end;
|
||||
$00737973: //sys
|
||||
begin
|
||||
if (fp^<>#0) then Inc(fp);
|
||||
Result:=MountMiscConcat('sys',fp,r);
|
||||
end;
|
||||
else
|
||||
Result:=PT_ERR;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue