diff options
author | bunnei <bunneidev@gmail.com> | 2018-04-14 05:13:47 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-04-18 00:11:48 +0200 |
commit | 174cba5c586e14445d28a1fc36148178540ff57b (patch) | |
tree | 4e53136b745e4e31ee8ce17de70e408357816730 /src/video_core/rasterizer_interface.h | |
parent | Merge pull request #341 from shinyquagsire23/pfs-hfs-impl (diff) | |
download | yuzu-174cba5c586e14445d28a1fc36148178540ff57b.tar yuzu-174cba5c586e14445d28a1fc36148178540ff57b.tar.gz yuzu-174cba5c586e14445d28a1fc36148178540ff57b.tar.bz2 yuzu-174cba5c586e14445d28a1fc36148178540ff57b.tar.lz yuzu-174cba5c586e14445d28a1fc36148178540ff57b.tar.xz yuzu-174cba5c586e14445d28a1fc36148178540ff57b.tar.zst yuzu-174cba5c586e14445d28a1fc36148178540ff57b.zip |
Diffstat (limited to 'src/video_core/rasterizer_interface.h')
-rw-r--r-- | src/video_core/rasterizer_interface.h | 2 |
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; |