Minor changes

* Fixed identation
* Make some parts of the code more readable.
This commit is contained in:
Alexandro Sánchez Bach 2014-03-14 18:12:12 +01:00
parent 48abfdfbb1
commit 6c4a980d36
5 changed files with 15 additions and 38 deletions

View file

@ -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;
}