bfile: use non-smem syscalls for Fugue

Not sure how the design is internally, but only these ones can find
files in subfolders.
This commit is contained in:
Lephe 2021-09-25 15:59:47 +02:00
parent 192ff17303
commit 73446aae61
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 2 additions and 2 deletions

View File

@ -138,9 +138,9 @@ _BFile_Write:
_BFile_Read:
syscall(0x1dac)
_BFile_FindFirst:
syscall(0x1db7)
syscall(0x1db6)
_BFile_FindNext:
syscall(0x1db9)
syscall(0x1db8)
_BFile_FindClose:
syscall(0x1dba)