mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 16:17:49 +00:00
nvnflinger/gpu: implement applet capture
This commit is contained in:
parent
1c32e4157c
commit
ce72818075
19 changed files with 288 additions and 55 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue