mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Minor changes
* Fixed identation * Make some parts of the code more readable.
This commit is contained in:
parent
48abfdfbb1
commit
6c4a980d36
5 changed files with 15 additions and 38 deletions
|
|
@ -166,7 +166,7 @@ int cellSysmoduleLoadModule(u16 id)
|
|||
return CELL_SYSMODULE_ERROR_UNKNOWN;
|
||||
}
|
||||
|
||||
if(m->IsLoaded())
|
||||
if(m->IsLoaded() && id != 0x10) // CELL_SYSMODULE_GCM_SYS and CELL_SYSMODULE_GCM share the same ID
|
||||
{
|
||||
return CELL_SYSMODULE_ERROR_DUPLICATED;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue