summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_global_cache.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-04-16 23:07:13 +0200
committerFernandoS27 <fsahmkow27@gmail.com>2019-04-21 17:42:07 +0200
commit4c36b7856737556d9a7a0fb21eb710f614194b5d (patch)
tree621208445f515e876aa33c09a8f46c38cab86e78 /src/video_core/renderer_opengl/gl_global_cache.h
parentRasterizerCache Redesign: Flush (diff)
downloadyuzu-4c36b7856737556d9a7a0fb21eb710f614194b5d.tar
yuzu-4c36b7856737556d9a7a0fb21eb710f614194b5d.tar.gz
yuzu-4c36b7856737556d9a7a0fb21eb710f614194b5d.tar.bz2
yuzu-4c36b7856737556d9a7a0fb21eb710f614194b5d.tar.lz
yuzu-4c36b7856737556d9a7a0fb21eb710f614194b5d.tar.xz
yuzu-4c36b7856737556d9a7a0fb21eb710f614194b5d.tar.zst
yuzu-4c36b7856737556d9a7a0fb21eb710f614194b5d.zip
Diffstat (limited to 'src/video_core/renderer_opengl/gl_global_cache.h')
-rw-r--r--src/video_core/renderer_opengl/gl_global_cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_global_cache.h b/src/video_core/renderer_opengl/gl_global_cache.h
index 3211f0112..2d467a240 100644
--- a/src/video_core/renderer_opengl/gl_global_cache.h
+++ b/src/video_core/renderer_opengl/gl_global_cache.h
@@ -66,7 +66,6 @@ public:
Tegra::Engines::Maxwell3D::Regs::ShaderStage stage);
protected:
-
void FlushObjectInner(const GlobalRegion& object) override {
object->Flush();
}