Merge yuzu-emu#12756

This commit is contained in:
yuzubot
2024-02-08 00:56:51 +00:00
parent d550ae87aa
commit c5c73ec918
75 changed files with 1140 additions and 248 deletions

View File

@ -215,6 +215,8 @@ public:
void RequestComposite(std::vector<Tegra::FramebufferConfig>&& layers,
std::vector<Service::Nvidia::NvFence>&& fences);
std::vector<u8> GetAppletCaptureBuffer();
/// Performs any additional setup necessary in order to begin GPU emulation.
/// This can be used to launch any necessary threads and register any necessary
/// core timing events.