mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Reintroduce LOG_CHANNEL
Groundwork for further improvements
This commit is contained in:
parent
57f394e156
commit
363811981d
128 changed files with 266 additions and 268 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#include "Emu/System.h"
|
||||
#include "Emu/Cell/PPUModule.h"
|
||||
|
||||
logs::channel cellSysmodule("cellSysmodule");
|
||||
LOG_CHANNEL(cellSysmodule);
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
@ -321,7 +321,7 @@ s32 cellSysmoduleUnloadModule(u16 id)
|
|||
|
||||
// m->Unload();
|
||||
//}
|
||||
|
||||
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue