mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Use g_fxo for cellSysCache
This commit is contained in:
parent
d2eba2387b
commit
e41b234dc4
2 changed files with 18 additions and 16 deletions
|
|
@ -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&)>&&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue