diff options
| author | 2019-09-03 22:36:32 -0400 | |
|---|---|---|
| committer | 2019-09-03 22:36:32 -0400 | |
| commit | 19af91434e7aea4232d12bf66ce86d33c134d1ba (patch) | |
| tree | 034bed59283a16c7e0939d2959179c8835f51442 /src/video_core/gpu_thread.h | |
| parent | Merge pull request #2812 from ReinUsesLisp/f2i-selector (diff) | |
| parent | renderer_opengl: Implement RGB565 framebuffer format (diff) | |
| download | yuzu-19af91434e7aea4232d12bf66ce86d33c134d1ba.tar.gz yuzu-19af91434e7aea4232d12bf66ce86d33c134d1ba.tar.xz yuzu-19af91434e7aea4232d12bf66ce86d33c134d1ba.zip | |
Merge pull request #2793 from ReinUsesLisp/bgr565
renderer_opengl: Implement RGB565 framebuffer format
Diffstat (limited to 'src/video_core/gpu_thread.h')
| -rw-r--r-- | src/video_core/gpu_thread.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_core/gpu_thread.h b/src/video_core/gpu_thread.h index 1d9d0c39e..3ae0ec9f3 100644 --- a/src/video_core/gpu_thread.h +++ b/src/video_core/gpu_thread.h | |||
| @@ -110,8 +110,7 @@ public: | |||
| 110 | void SubmitList(Tegra::CommandList&& entries); | 110 | void SubmitList(Tegra::CommandList&& entries); |
| 111 | 111 | ||
| 112 | /// Swap buffers (render frame) | 112 | /// Swap buffers (render frame) |
| 113 | void SwapBuffers( | 113 | void SwapBuffers(const Tegra::FramebufferConfig* framebuffer); |
| 114 | std::optional<std::reference_wrapper<const Tegra::FramebufferConfig>> framebuffer); | ||
| 115 | 114 | ||
| 116 | /// Notify rasterizer that any caches of the specified region should be flushed to Switch memory | 115 | /// Notify rasterizer that any caches of the specified region should be flushed to Switch memory |
| 117 | void FlushRegion(CacheAddr addr, u64 size); | 116 | void FlushRegion(CacheAddr addr, u64 size); |