rpcsx/rpcs3/Emu/DbgCommand.cpp

8 lines
133 B
C++
Raw Normal View History

#include "stdafx.h"
2014-07-11 06:54:12 +10:00
#include "rpcs3.h"
void SendDbgCommand(DbgCommand id, CPUThread* thr )
{
wxGetApp().SendDbgCommand(id, thr);
2014-07-11 06:54:12 +10:00
}