remove MetalLogging log type

This commit is contained in:
Samuliak 2024-11-08 08:33:39 +01:00
parent 763e50c7b8
commit 2c9f627f72
No known key found for this signature in database
8 changed files with 9 additions and 11 deletions

View file

@ -245,6 +245,10 @@ void MetalRenderer::SwapBuffers(bool swapTV, bool swapDRC)
m_performanceMonitor.ResetPerFrameData();
}
void MetalRenderer::HandleScreenshotRequest(LatteTextureView* texView, bool padView) {
cemuLog_log(LogType::Force, "Screenshots are not yet supported on Metal");
}
void MetalRenderer::DrawBackbufferQuad(LatteTextureView* texView, RendererOutputShader* shader, bool useLinearTexFilter,
sint32 imageX, sint32 imageY, sint32 imageWidth, sint32 imageHeight,
bool padView, bool clearBackground)