mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
kernel: improve sys_begin_app_mount stub
This commit is contained in:
parent
47619f1956
commit
2d30385a9a
2 changed files with 35 additions and 4 deletions
|
|
@ -31,6 +31,7 @@ struct UContext;
|
|||
struct SigSet;
|
||||
struct SigAction;
|
||||
struct SocketAddress;
|
||||
struct AppMountInfo;
|
||||
|
||||
SysResult nosys(Thread *thread);
|
||||
|
||||
|
|
@ -829,7 +830,7 @@ SysResult sys_apr_stat(Thread *thread /* TODO */);
|
|||
SysResult sys_apr_wait(Thread *thread /* TODO */);
|
||||
SysResult sys_apr_ctrl(Thread *thread /* TODO */);
|
||||
SysResult sys_get_phys_page_size(Thread *thread /* TODO */);
|
||||
SysResult sys_begin_app_mount(Thread *thread /* TODO */);
|
||||
SysResult sys_begin_app_mount(Thread *thread, ptr<AppMountInfo> info);
|
||||
SysResult sys_end_app_mount(Thread *thread /* TODO */);
|
||||
SysResult sys_fsc2h_ctrl(Thread *thread /* TODO */);
|
||||
SysResult sys_streamwrite(Thread *thread /* TODO */);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue