mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Warnings: Fix several warnings.
This commit is contained in:
parent
2bd8db5f7a
commit
f256153a2b
18 changed files with 41 additions and 40 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
//void cellSysutilAp_init();
|
||||
//Module cellSysutilAp(0x0039, cellSysutilAp_init);
|
||||
extern Module *cellSysutilAp = nullptr;
|
||||
Module *cellSysutilAp = nullptr;
|
||||
|
||||
// Return Codes
|
||||
enum
|
||||
|
@ -46,4 +46,4 @@ void cellSysutilAp_init()
|
|||
cellSysutilAp->AddFunc(0x9e67e0dd, cellSysutilApGetRequiredMemSize);
|
||||
cellSysutilAp->AddFunc(0x3343824c, cellSysutilApOn);
|
||||
cellSysutilAp->AddFunc(0x90c2bb19, cellSysutilApOff);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue