mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2025-04-03 00:57:12 +02:00
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:
parent
192ff17303
commit
73446aae61
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue