Add: [OpenGL] Support for 8bpp blitters.

This commit is contained in:
Michael Lutz
2021-01-16 16:43:25 +01:00
parent 320072c8dc
commit e8fc050b6e
7 changed files with 159 additions and 18 deletions

View File

@@ -138,6 +138,8 @@ public:
bool AfterBlitterChange() override;
bool HasEfficient8Bpp() const override { return true; }
const char *GetName() const override { return "win32-opengl"; }
protected: