mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-01-08 08:00:44 +01:00
correct comment
This commit is contained in:
parent
008c11ce71
commit
2961151f25
@ -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…
Reference in New Issue
Block a user