early-access version 4090

This commit is contained in:
pineappleEA
2024-01-26 07:10:49 +01:00
parent a98e552724
commit 07632da5b9
65 changed files with 1327 additions and 2852 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);