summaryrefslogtreecommitdiffstats
path: root/src/video_core/swrasterizer.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-12-30 00:35:38 +0100
committerLioncash <mathew1800@gmail.com>2015-12-30 00:35:38 +0100
commit97dc9634a29b04b89d6bbc3f4fdb54f5ba07c2b0 (patch)
tree9a8a976489cfb1ec852009cad8474deaa6a572c4 /src/video_core/swrasterizer.h
parentMerge pull request #1300 from Subv/arbitrateaddress (diff)
downloadyuzu-97dc9634a29b04b89d6bbc3f4fdb54f5ba07c2b0.tar
yuzu-97dc9634a29b04b89d6bbc3f4fdb54f5ba07c2b0.tar.gz
yuzu-97dc9634a29b04b89d6bbc3f4fdb54f5ba07c2b0.tar.bz2
yuzu-97dc9634a29b04b89d6bbc3f4fdb54f5ba07c2b0.tar.lz
yuzu-97dc9634a29b04b89d6bbc3f4fdb54f5ba07c2b0.tar.xz
yuzu-97dc9634a29b04b89d6bbc3f4fdb54f5ba07c2b0.tar.zst
yuzu-97dc9634a29b04b89d6bbc3f4fdb54f5ba07c2b0.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/swrasterizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/swrasterizer.h b/src/video_core/swrasterizer.h
index e9a4e39c6..9a9a76d7a 100644
--- a/src/video_core/swrasterizer.h
+++ b/src/video_core/swrasterizer.h
@@ -15,7 +15,7 @@ class SWRasterizer : public RasterizerInterface {
void Reset() override {}
void AddTriangle(const Pica::Shader::OutputVertex& v0,
const Pica::Shader::OutputVertex& v1,
- const Pica::Shader::OutputVertex& v2);
+ const Pica::Shader::OutputVertex& v2) override;
void DrawTriangles() override {}
void FlushFramebuffer() override {}
void NotifyPicaRegisterChanged(u32 id) override {}