Removed unused Tracer.h/cpp

This commit is contained in:
archshift
2014-08-11 23:03:49 -07:00
parent 36af1b518d
commit 9aa7a4ddae
5 changed files with 1 additions and 140 deletions

View File

@ -61,7 +61,6 @@ void Callback_WiimoteInterruptChannel(int _number, u16 _channelID, const void* _
void* GetWindowHandle();
void StartTrace(bool write);
// This displays messages in a user-visible way.
void DisplayMessage(const std::string& message, int time_in_ms);
@ -69,9 +68,7 @@ void DisplayMessage(const std::string& message, int time_in_ms);
std::string GetStateFileName();
void SetStateFileName(std::string val);
int SyncTrace();
void SetBlockStart(u32 addr);
void StopTrace();
bool ShouldSkipFrame(int skipped);
void VideoThrottle();