early-access version 4105

This commit is contained in:
pineappleEA
2024-02-01 07:01:42 +01:00
parent 7e95a06b53
commit afc99d73c7
36 changed files with 958 additions and 2765 deletions

View File

@@ -232,6 +232,12 @@ public:
/// Push GPU command entries to be processed
void PushGPUEntries(s32 channel, Tegra::CommandList&& entries);
/// Push GPU command buffer entries to be processed
void PushCommandBuffer(u32 id, Tegra::ChCommandHeaderList& entries);
/// Frees the CDMAPusher instance to free up resources
void ClearCdmaInstance(u32 id);
/// Swap buffers (render frame)
void SwapBuffers(const Tegra::FramebufferConfig* framebuffer);