rpcsx/rpcs3/Emu/DbgCommand.cpp
2014-07-11 06:54:12 +10:00

8 lines
133 B
C++

#include "stdafx.h"
#include "rpcs3.h"
void SendDbgCommand(DbgCommand id, CPUThread* thr )
{
wxGetApp().SendDbgCommand(id, thr);
}