don't release autoreleased objects

This commit is contained in:
Samuliak 2024-11-19 19:13:15 +01:00
parent c5bef60dbb
commit 7f5040a6e0
No known key found for this signature in database
5 changed files with 2 additions and 8 deletions

View file

@ -31,7 +31,6 @@ MTL::RenderPipelineState* MetalOutputShaderCache::GetPipeline(RendererOutputShad
if (error)
{
cemuLog_log(LogType::Force, "error creating output render pipeline state: {}", error->localizedDescription()->utf8String());
error->release();
}
return renderPipelineState;