mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
Warnings: Fix several warnings.
This commit is contained in:
parent
2bd8db5f7a
commit
f256153a2b
18 changed files with 41 additions and 40 deletions
|
@ -21,7 +21,7 @@ extern "C"
|
|||
|
||||
//void cellAdec_init();
|
||||
//Module cellAdec(0x0006, cellAdec_init);
|
||||
extern Module *cellAdec=nullptr;
|
||||
Module *cellAdec = nullptr;
|
||||
|
||||
int adecRawRead(void* opaque, u8* buf, int buf_size)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue