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

@ -66,7 +66,7 @@ public:
void RestoreState() override {}
void RenderText(const std::string& text, int left, int top, u32 color) override;
void DrawDebugInfo();
void ShowEfbCopyRegions();
void FlipImageData(u8 *data, int w, int h, int pixel_width = 3);
u32 AccessEFB(EFBAccessType type, u32 x, u32 y, u32 poke_data) override;