mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Make TLS great again
And clean System.h a bit
This commit is contained in:
parent
6296453ef3
commit
fc9fdca3f6
10 changed files with 141 additions and 163 deletions
|
|
@ -25,6 +25,8 @@
|
|||
|
||||
logs::channel sys_process("sys_process", logs::level::notice);
|
||||
|
||||
u32 g_ps3_sdk_version;
|
||||
|
||||
s32 process_getpid()
|
||||
{
|
||||
// TODO: get current process id
|
||||
|
|
@ -194,7 +196,7 @@ s32 _sys_process_get_paramsfo(vm::ptr<char> buffer)
|
|||
s32 process_get_sdk_version(u32 pid, s32& ver)
|
||||
{
|
||||
// get correct SDK version for selected pid
|
||||
ver = Emu.GetSDKVersion();
|
||||
ver = g_ps3_sdk_version;
|
||||
|
||||
return CELL_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue