REG_FUNC+ macro improved

This includes REG_FNID, REG_VAR, REG_VNID
Allows to specify alternative function name
This commit is contained in:
Nekotekina 2017-04-26 23:38:24 +03:00
parent f6383f6e06
commit 5f26c2fc8f
4 changed files with 16 additions and 16 deletions

View file

@ -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);