rpcsx/rpcs3/Emu/DbgCommand.cpp

8 lines
133 B
C++
Raw Normal View History

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