rpcsx/rpcs3/Emu/GS/RSXThread.cpp
DH 5753edf6ef - Improved sc function binder.
- Improved GLGSRender.
2013-06-30 11:46:29 +03:00

17 lines
227 B
C++

#include "stdafx.h"
#include "RSXThread.h"
RSXThread::RSXThread(CellGcmControl* ctrl, u32 ioAddress)
: m_ctrl(*ctrl)
, m_ioAddress(ioAddress)
{
}
void RSXThread::Task()
{
}
void RSXThread::OnExit()
{
call_stack.Clear();
}