mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 23:45:12 +00:00
Warnings: Fix several warnings.
This commit is contained in:
parent
2bd8db5f7a
commit
f256153a2b
18 changed files with 41 additions and 40 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
//void cellUserInfo_init();
|
||||
//Module cellUserInfo(0x0032, cellUserInfo_init);
|
||||
extern Module *cellUserInfo = nullptr;
|
||||
Module *cellUserInfo = nullptr;
|
||||
|
||||
int cellUserInfoGetStat(u32 id, mem_ptr_t<CellUserInfoUserStat> stat)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue