VideoCommon: merge debug test generators

This commit is contained in:
degasus
2014-12-20 13:02:00 +01:00
parent ffa014dd48
commit fb177ca04e
5 changed files with 121 additions and 140 deletions

View File

@ -96,7 +96,6 @@ public:
// Random utilities
static void SetScreenshot(const std::string& filename);
static void DrawDebugText();
static std::string GetDebugText();
virtual void RenderText(const std::string& text, int left, int top, u32 color) = 0;