mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-13 07:14:49 +00:00
liblv2 HLE: Fix entryx of start/stop prx functions
This commit is contained in:
parent
9d971e3b07
commit
36d8553f9c
@ -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);
|
*res = opt->entry(ppu, args, argp);
|
||||||
return;
|
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)
|
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…
x
Reference in New Issue
Block a user