VideoCommon: Create default implementation for state setters

It's fine to pull those within the backends, so there is no need to enforce them to implement this interface.
This commit is contained in:
degasus
2015-11-21 10:20:34 +01:00
parent f560e8e283
commit df799dd124
2 changed files with 15 additions and 20 deletions

View File

@ -83,10 +83,6 @@ public:
void SetInterlacingMode() override;
void SetViewport() override;
// TODO: Implement and use these
void ApplyState(bool bUseDstAlpha) override {}
void RestoreState() override {}
void RenderText(const std::string& text, int left, int top, u32 color) override;
void FlipImageData(u8 *data, int w, int h, int pixel_width = 3);