File diff r24894:d604b22f3659 → r24895:0ba728d1a5e0
src/video/win32_v.h
Show inline comments
 
@@ -138,6 +138,8 @@ public:
 

	
 
	bool AfterBlitterChange() override;
 

	
 
	bool HasEfficient8Bpp() const override { return true; }
 

	
 
	const char *GetName() const override { return "win32-opengl"; }
 

	
 
protected: