mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 23:41:18 +12:00
remove MetalLogging log type
This commit is contained in:
parent
763e50c7b8
commit
2c9f627f72
8 changed files with 9 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue