mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
liblv2 HLE: Fix entryx of start/stop prx functions
This commit is contained in:
parent
9d971e3b07
commit
36d8553f9c
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ static void entryx(ppu_thread& ppu, vm::ptr<sys_prx_start_stop_module_option_t>
|
|||
*res = opt->entry(ppu, args, argp);
|
||||
return;
|
||||
}
|
||||
|
||||
*res = 0;
|
||||
}
|
||||
|
||||
error_code sys_prx_load_module(ppu_thread& ppu, vm::cptr<char> path, u64 flags, vm::ptr<sys_prx_load_module_option_t> pOpt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue