mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Fixed conflicts
This commit is contained in:
commit
259b57c64a
53 changed files with 366 additions and 331 deletions
|
@ -12,7 +12,7 @@
|
|||
//void cellGcmSys_load();
|
||||
//void cellGcmSys_unload();
|
||||
//Module cellGcmSys(0x0010, cellGcmSys_init, cellGcmSys_load, cellGcmSys_unload);
|
||||
extern Module *cellGcmSys = nullptr;
|
||||
Module *cellGcmSys = nullptr;
|
||||
|
||||
u32 local_size = 0;
|
||||
u32 local_addr = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue