Skip to content

Commit

Permalink
liblv2 HLE: Fix entryx of start/stop prx functions
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 committed Mar 26, 2020
1 parent 802528c commit 4c85a98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpcs3/Emu/Cell/Modules/sys_prx_.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c85a98

Please sign in to comment.