diff options
| author | 2018-09-10 18:02:47 -0400 | |
|---|---|---|
| committer | 2018-09-10 18:02:47 -0400 | |
| commit | ae0c95efccfb85c0456194d142f561cbd5f95df8 (patch) | |
| tree | 224018fc0aed7e56980e2bf9e063f3770b99539e /src/video_core/rasterizer_interface.h | |
| parent | Merge pull request #1281 from bunnei/multi-rt (diff) | |
| parent | video_core: Refactor command_processor. (diff) | |
| download | yuzu-ae0c95efccfb85c0456194d142f561cbd5f95df8.tar.gz yuzu-ae0c95efccfb85c0456194d142f561cbd5f95df8.tar.xz yuzu-ae0c95efccfb85c0456194d142f561cbd5f95df8.zip | |
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: | |||
| 20 | /// Clear the current framebuffer | 20 | /// Clear the current framebuffer |
| 21 | virtual void Clear() = 0; | 21 | virtual void Clear() = 0; |
| 22 | 22 | ||
| 23 | /// Notify rasterizer that the specified Maxwell register has been changed | ||
| 24 | virtual void NotifyMaxwellRegisterChanged(u32 method) = 0; | ||
| 25 | |||
| 26 | /// Notify rasterizer that all caches should be flushed to Switch memory | 23 | /// Notify rasterizer that all caches should be flushed to Switch memory |
| 27 | virtual void FlushAll() = 0; | 24 | virtual void FlushAll() = 0; |
| 28 | 25 | ||