mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Some functions added
This commit is contained in:
parent
ce9cd13e42
commit
0b1e45b6b5
10 changed files with 93 additions and 12 deletions
|
|
@ -1297,6 +1297,8 @@ Module sysPrxForUser("sysPrxForUser", []()
|
|||
// Setup random number generator
|
||||
srand(time(NULL));
|
||||
|
||||
//REG_VARIABLE(sysPrxForUser, sys_prx_version); // 0x7df066cf
|
||||
|
||||
REG_FUNC(sysPrxForUser, sys_initialize_tls);
|
||||
|
||||
REG_FUNC(sysPrxForUser, sys_lwmutex_create);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue