mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-18 09:24:58 +00:00
better posix errors
This commit is contained in:
parent
e8c425850e
commit
ae12f351f8
3 changed files with 231 additions and 12 deletions
|
@ -654,7 +654,7 @@ static void run_main_entry(u64 addr, EntryParams* params, exit_func_t exit_func)
|
|||
}
|
||||
|
||||
void Linker::Execute() {
|
||||
Core::Libraries::LibKernel::Pthread_Init_Self_MainThread();
|
||||
Core::Libraries::LibKernel::pthreadInitSelfMainThread();
|
||||
EntryParams p{};
|
||||
p.argc = 1;
|
||||
p.argv[0] = "eboot.bin"; //hmm should be ok?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue