Use g_fxo for cellSysCache

This commit is contained in:
Nekotekina 2019-08-26 16:04:16 +03:00
parent d2eba2387b
commit e41b234dc4
2 changed files with 18 additions and 16 deletions

View file

@ -194,7 +194,7 @@ struct CellSysCacheParam
{
char cacheId[CELL_SYSCACHE_ID_SIZE];
char getCachePath[CELL_SYSCACHE_PATH_MAX];
vm::ptr<void> reserved;
vm::bptr<void> reserved;
};
extern void sysutil_register_cb(std::function<s32(ppu_thread&)>&&);