mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-20 07:37:01 +00:00
correct comment
This commit is contained in:
parent
008c11ce71
commit
2961151f25
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ void MetalRenderer::SwapBuffers(bool swapTV, bool swapDRC)
|
||||||
if (swapDRC)
|
if (swapDRC)
|
||||||
SwapBuffer(false);
|
SwapBuffer(false);
|
||||||
|
|
||||||
// Reset the command buffers (they are released in)
|
// Reset the command buffers (they are released by TemporaryBufferAllocator)
|
||||||
CommitCommandBuffer();
|
CommitCommandBuffer();
|
||||||
m_commandBuffers.clear();
|
m_commandBuffers.clear();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue