mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
sys_fs_fsync implemented
sys_fs_fdatasync implemented as equal function
This commit is contained in:
parent
19fd8c109e
commit
256dfc5729
6 changed files with 76 additions and 21 deletions
|
@ -738,8 +738,8 @@ std::array<ppu_function_t, 1024> g_ppu_syscall_table
|
|||
null_func,//BIND_FUNC(sys_fs_access), //816 (0x330)
|
||||
BIND_FUNC(sys_fs_fcntl), //817 (0x331)
|
||||
BIND_FUNC(sys_fs_lseek), //818 (0x332)
|
||||
null_func,//BIND_FUNC(sys_fs_fdatasync), //819 (0x333)
|
||||
null_func,//BIND_FUNC(sys_fs_fsync), //820 (0x334)
|
||||
BIND_FUNC(sys_fs_fdatasync), //819 (0x333)
|
||||
BIND_FUNC(sys_fs_fsync), //820 (0x334)
|
||||
BIND_FUNC(sys_fs_fget_block_size), //821 (0x335)
|
||||
BIND_FUNC(sys_fs_get_block_size), //822 (0x336)
|
||||
null_func,//BIND_FUNC(sys_fs_acl_read), //823 (0x337)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue