1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00
rpcs3/Utilities/SMutex.cpp

11 lines
156 B
C++
Raw Normal View History

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