diff --git a/plugins/GSdx/GSDeviceOGL.h b/plugins/GSdx/GSDeviceOGL.h index fbdef44758..544d333697 100644 --- a/plugins/GSdx/GSDeviceOGL.h +++ b/plugins/GSdx/GSDeviceOGL.h @@ -509,6 +509,7 @@ class GSDeviceOGL : public GSDevice void SetupDATE(GSTexture* rt, GSTexture* ds, const GSVertexPT1* vertices, bool datm); + void BeginScene() final {} void EndScene() final; void IASetPrimitiveTopology(GLenum topology);