mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-23 16:37:02 +00:00
don't release autoreleased objects
This commit is contained in:
parent
c5bef60dbb
commit
7f5040a6e0
5 changed files with 2 additions and 8 deletions
|
|
@ -389,7 +389,6 @@ bool MetalPipelineCompiler::Compile(bool forceCompile, bool isRenderThread, bool
|
|||
if (error)
|
||||
{
|
||||
cemuLog_log(LogType::Force, "error creating render pipeline state: {}", error->localizedDescription()->utf8String());
|
||||
error->release();
|
||||
}
|
||||
|
||||
if (showInOverlay)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue