mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Experimental class template Module<T>
Allocates ps3 memory for specific instance T
This commit is contained in:
parent
093ecc0a02
commit
12f36cf31f
123 changed files with 494 additions and 379 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#include "Crypto/unself.h"
|
||||
#include "sysPrxForUser.h"
|
||||
|
||||
extern Module sysPrxForUser;
|
||||
extern Module<> sysPrxForUser;
|
||||
|
||||
extern u64 get_system_time();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue