aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/rasterizer_interface.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-13 23:13:47 -0400
committerbunnei <bunneidev@gmail.com>2018-04-17 18:11:48 -0400
commit174cba5c586e14445d28a1fc36148178540ff57b (patch)
tree4e53136b745e4e31ee8ce17de70e408357816730 /src/video_core/rasterizer_interface.h
parent5b9bcbf438e27604486ffbbad6ed9728a30e9d0e (diff)
renderer_opengl: Implement BlendEquation and BlendFunc.
Diffstat (limited to 'src/video_core/rasterizer_interface.h')
-rw-r--r--src/video_core/rasterizer_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h
index 35d262189..36629dd11 100644
--- a/src/video_core/rasterizer_interface.h
+++ b/src/video_core/rasterizer_interface.h
@@ -19,7 +19,7 @@ public:
virtual void DrawArrays() = 0;
/// Notify rasterizer that the specified Maxwell register has been changed
- virtual void NotifyMaxwellRegisterChanged(u32 id) = 0;
+ virtual void NotifyMaxwellRegisterChanged(u32 method) = 0;
/// Notify rasterizer that all caches should be flushed to Switch memory
virtual void FlushAll() = 0;