mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-03 15:46:20 +00:00
some refactoring on thread class
This commit is contained in:
parent
91885e8a41
commit
a10af46153
2 changed files with 13 additions and 22 deletions
|
@ -654,7 +654,7 @@ static void run_main_entry(u64 addr, EntryParams* params, exit_func_t exit_func)
|
|||
}
|
||||
|
||||
void Linker::Execute() {
|
||||
Core::Kernel::Pthread_Init_Self_MainThread();
|
||||
Core::Libraries::LibKernel::Pthread_Init_Self_MainThread();
|
||||
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