mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-15 03:08:28 +12:00
uncomment drc swap buffer
This commit is contained in:
parent
cd8b74ba32
commit
3439b3259e
1 changed files with 3 additions and 3 deletions
|
@ -242,12 +242,12 @@ void MetalRenderer::SwapBuffers(bool swapTV, bool swapDRC)
|
||||||
{
|
{
|
||||||
if (swapTV)
|
if (swapTV)
|
||||||
SwapBuffer(true);
|
SwapBuffer(true);
|
||||||
//if (swapDRC)
|
if (swapDRC)
|
||||||
// SwapBuffer(false);
|
SwapBuffer(false);
|
||||||
|
|
||||||
// Release all the command buffers
|
// Release all the command buffers
|
||||||
CommitCommandBuffer();
|
CommitCommandBuffer();
|
||||||
// TODO: should this be released here?
|
// TODO: release
|
||||||
//for (uint32 i = 0; i < m_commandBuffers.size(); i++)
|
//for (uint32 i = 0; i < m_commandBuffers.size(); i++)
|
||||||
// m_commandBuffers[i].m_commandBuffer->release();
|
// m_commandBuffers[i].m_commandBuffer->release();
|
||||||
m_commandBuffers.clear();
|
m_commandBuffers.clear();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue