mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
- Implemented RAW SPU.
- Implemented memory mapping.
This commit is contained in:
parent
027a31bd84
commit
559852a8fc
43 changed files with 1106 additions and 224 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#include "Emu/SysCalls/SC_FUNC.h"
|
||||
|
||||
void sysPrxForUser_init();
|
||||
Module sysPrxForUser("sysPrxForUser", -1, sysPrxForUser_init);
|
||||
Module sysPrxForUser("sysPrxForUser", sysPrxForUser_init);
|
||||
|
||||
void sys_initialize_tls()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue