mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Implemented MFF_HIDDEN for VNIDs
Minor refactoring Now possible: ```REF_FUNC(...).flag(MFF_HIDDEN);```
This commit is contained in:
parent
be44024a1a
commit
e789b969b0
10 changed files with 55 additions and 26 deletions
|
|
@ -1083,7 +1083,7 @@ s32 cellSaveDataUserGetListItem(u32 userId, vm::cptr<char> dirName, vm::ptr<Cell
|
|||
|
||||
void cellSysutil_SaveData_init()
|
||||
{
|
||||
REG_VNID(cellSysutil, 0x00000000u, g_savedata_context);
|
||||
REG_VAR(cellSysutil, g_savedata_context).flag(MFF_HIDDEN);
|
||||
|
||||
// libsysutil functions:
|
||||
REG_FUNC(cellSysutil, cellSaveDataEnableOverlay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue