mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 23:41:18 +12:00
fix: GPU capture button not working
This commit is contained in:
parent
813c52c23c
commit
337ec6b721
2 changed files with 7 additions and 10 deletions
|
@ -188,6 +188,9 @@ MetalRenderer::MetalRenderer()
|
|||
m_copyBufferToBufferPipeline = new MetalVoidVertexPipeline(this, utilityLibrary, "vertexCopyBufferToBuffer");
|
||||
|
||||
utilityLibrary->release();
|
||||
|
||||
// HACK: for some reason, this variable ends up being initialized to some garbage data, even though its declared as bool m_captureFrame = false;
|
||||
m_captureFrame = false;
|
||||
}
|
||||
|
||||
MetalRenderer::~MetalRenderer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue