mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-13 23:28:56 +00:00
better posix errors
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user