summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.h
diff options
context:
space:
mode:
authorGravatar Fernando S2024-02-02 15:08:06 +0100
committerGravatar GitHub2024-02-02 15:08:06 +0100
commit58cf2ee1f93ebfa0e6b25b71d349ad2ad7895f53 (patch)
treea6efdfb4de7a7bac87926f6f1e93e7275634c731 /src/video_core/gpu.h
parentMerge pull request #12878 from zhaobot/tx-update-20240201020554 (diff)
parenthardware_composer: implement speed limit extensions (diff)
downloadyuzu-58cf2ee1f93ebfa0e6b25b71d349ad2ad7895f53.tar.gz
yuzu-58cf2ee1f93ebfa0e6b25b71d349ad2ad7895f53.tar.xz
yuzu-58cf2ee1f93ebfa0e6b25b71d349ad2ad7895f53.zip
Merge pull request #12761 from liamwhite/mp-composite
video_core: rewrite presentation for layer composition
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r--src/video_core/gpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h
index b3c1d15bd..c4602ca37 100644
--- a/src/video_core/gpu.h
+++ b/src/video_core/gpu.h
@@ -212,8 +212,8 @@ public:
212 212
213 void RendererFrameEndNotify(); 213 void RendererFrameEndNotify();
214 214
215 void RequestSwapBuffers(const Tegra::FramebufferConfig* framebuffer, 215 void RequestComposite(std::vector<Tegra::FramebufferConfig>&& layers,
216 std::array<Service::Nvidia::NvFence, 4>& fences, size_t num_fences); 216 std::vector<Service::Nvidia::NvFence>&& fences);
217 217
218 /// Performs any additional setup necessary in order to begin GPU emulation. 218 /// Performs any additional setup necessary in order to begin GPU emulation.
219 /// This can be used to launch any necessary threads and register any necessary 219 /// This can be used to launch any necessary threads and register any necessary