diff options
| author | bunnei <bunneidev@gmail.com> | 2018-09-10 18:02:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-10 18:02:47 -0400 |
| commit | ae0c95efccfb85c0456194d142f561cbd5f95df8 (patch) | |
| tree | 224018fc0aed7e56980e2bf9e063f3770b99539e /src/video_core/rasterizer_interface.h | |
| parent | ac959799e43e5f6866cdc0a6f1acb48b134d2bd0 (diff) | |
| parent | c1b8cd90589141feb182da0d48c335bd624a4793 (diff) | |
Merge pull request #1264 from degasus/optimizations
video_core: Optimize the command processor.
Diffstat (limited to 'src/video_core/rasterizer_interface.h')
| -rw-r--r-- | src/video_core/rasterizer_interface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h index 9d78e8b6b..cd819d69f 100644 --- a/src/video_core/rasterizer_interface.h +++ b/src/video_core/rasterizer_interface.h @@ -20,9 +20,6 @@ public: /// Clear the current framebuffer virtual void Clear() = 0; - /// Notify rasterizer that the specified Maxwell register has been changed - virtual void NotifyMaxwellRegisterChanged(u32 method) = 0; - /// Notify rasterizer that all caches should be flushed to Switch memory virtual void FlushAll() = 0; |
