Mount "sys" folder (#104)

This commit is contained in:
Kagamma 2023-03-12 21:05:58 +07:00 committed by GitHub
parent 029a2935c1
commit d9d8eef529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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;