mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
sys_fs_lsn_get_cda_size stub
This commit is contained in:
parent
3f5951c9f8
commit
b0a83cdb56
3 changed files with 18 additions and 1 deletions
|
|
@ -744,7 +744,7 @@ std::array<ppu_function_t, 1024> g_ppu_syscall_table
|
|||
BIND_FUNC(sys_fs_get_block_size), //822 (0x336)
|
||||
null_func,//BIND_FUNC(sys_fs_acl_read), //823 (0x337)
|
||||
null_func,//BIND_FUNC(sys_fs_acl_write), //824 (0x338)
|
||||
null_func,//BIND_FUNC(sys_fs_lsn_get_cda_size), //825 (0x339)
|
||||
BIND_FUNC(sys_fs_lsn_get_cda_size), //825 (0x339)
|
||||
null_func,//BIND_FUNC(sys_fs_lsn_get_cda), //826 (0x33A)
|
||||
BIND_FUNC(sys_fs_lsn_lock), //827 (0x33B)
|
||||
BIND_FUNC(sys_fs_lsn_unlock), //828 (0x33C)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue