rpcs3/Utilities/SMutex.cpp

11 lines
156 B
C++
Raw Normal View History

2014-08-28 20:29:05 +04:00
#include "stdafx.h"
#include "Emu/System.h"
#include "Emu/CPU/CPUThread.h"
#include "Utilities/SMutex.h"
2014-02-05 15:55:32 +04:00
2014-08-22 20:36:27 +04:00
bool SM_IsAborted()
{
return Emu.IsStopped();
}