rpcsx/rpcs3/Emu/Cell/lv2/sys_dbg.cpp

10 lines
213 B
C++
Raw Normal View History

2015-07-09 17:30:37 +02:00
#include "stdafx.h"
#include "Emu/Memory/Memory.h"
#include "Emu/System.h"
#include "Emu/IdManager.h"
2016-04-14 00:23:53 +02:00
#include "Emu/Cell/ErrorCodes.h"
2015-07-09 17:30:37 +02:00
#include "sys_dbg.h"
2016-05-13 15:55:34 +02:00
logs::channel sys_dbg("sys_dbg", logs::level::notice);