rpcsx/rpcs3/Emu/Cell/lv2/sys_dbg.cpp
Nekotekina e2d82394f6 Cell
2016-05-23 16:22:23 +03:00

10 lines
213 B
C++

#include "stdafx.h"
#include "Emu/Memory/Memory.h"
#include "Emu/System.h"
#include "Emu/IdManager.h"
#include "Emu/Cell/ErrorCodes.h"
#include "sys_dbg.h"
logs::channel sys_dbg("sys_dbg", logs::level::notice);