This commit is contained in:
Nekotekina 2014-06-27 17:03:28 +04:00
commit e6a4ef9eb8
166 changed files with 1798 additions and 1584 deletions

View file

@ -1,5 +1,5 @@
#include "stdafx.h"
#include "Emu/ConLog.h"
#include "Utilities/Log.h"
#include "Emu/Memory/Memory.h"
#include "Emu/System.h"
#include "Emu/Cell/PPUThread.h"
@ -350,7 +350,7 @@ int cellSysutilCheckCallback()
Sleep(1);
if (Emu.IsStopped())
{
ConLog.Warning("cellSysutilCheckCallback() aborted");
LOG_WARNING(HLE, "cellSysutilCheckCallback() aborted");
break;
}
}