VideoCommon: merge debug info generators

This commit is contained in:
degasus
2014-12-20 12:14:33 +01:00
parent a560d8f150
commit ffa014dd48
4 changed files with 49 additions and 85 deletions

View File

@ -96,6 +96,7 @@ 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;