mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
REG_FUNC+ macro improved
This includes REG_FNID, REG_VAR, REG_VNID Allows to specify alternative function name
This commit is contained in:
parent
f6383f6e06
commit
5f26c2fc8f
4 changed files with 16 additions and 16 deletions
|
|
@ -995,7 +995,7 @@ s32 cellSaveDataUserGetListItem(u32 userId, vm::cptr<char> dirName, vm::ptr<Cell
|
|||
|
||||
void cellSysutil_SaveData_init()
|
||||
{
|
||||
REG_VNID(cellSysutil, 0x00000000, g_savedata_context);
|
||||
REG_VNID(cellSysutil, 0x00000000u, g_savedata_context);
|
||||
|
||||
// libsysutil functions:
|
||||
REG_FUNC(cellSysutil, cellSaveDataEnableOverlay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue