mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
HLE function binding for PPU/ARMv7 simplified
This commit is contained in:
parent
7ab1e64aab
commit
655acc746d
132 changed files with 2334 additions and 2280 deletions
|
|
@ -37,7 +37,7 @@ int cellSysutilApOff()
|
|||
|
||||
Module cellSysutilAp("cellSysutilAp", []()
|
||||
{
|
||||
cellSysutilAp.AddFunc(0x9e67e0dd, cellSysutilApGetRequiredMemSize);
|
||||
cellSysutilAp.AddFunc(0x3343824c, cellSysutilApOn);
|
||||
cellSysutilAp.AddFunc(0x90c2bb19, cellSysutilApOff);
|
||||
REG_FUNC(cellSysutilAp, cellSysutilApGetRequiredMemSize);
|
||||
REG_FUNC(cellSysutilAp, cellSysutilApOn);
|
||||
REG_FUNC(cellSysutilAp, cellSysutilApOff);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue