mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
Well, vector argument support in SC_FUNC
This commit is contained in:
parent
82433d946e
commit
6c01854fec
2 changed files with 21 additions and 7 deletions
|
@ -52,9 +52,11 @@ u32 _sys_heap_memalign(u32 heap_id, u32 align, u32 size)
|
|||
return (u32)Memory.Alloc(size, align);
|
||||
}
|
||||
|
||||
void sys_initialize_tls()
|
||||
u128 sys_initialize_tls(u128 arg)
|
||||
{
|
||||
sysPrxForUser->Log("sys_initialize_tls()");
|
||||
|
||||
return arg;
|
||||
}
|
||||
|
||||
s64 _sys_process_atexitspawn()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue