mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-01-08 08:00:44 +01:00
implement IsPadWindowActive
This commit is contained in:
parent
c4a26d4c70
commit
6bf3406793
@ -206,9 +206,7 @@ void MetalRenderer::Shutdown()
|
|||||||
// TODO: what should this do?
|
// TODO: what should this do?
|
||||||
bool MetalRenderer::IsPadWindowActive()
|
bool MetalRenderer::IsPadWindowActive()
|
||||||
{
|
{
|
||||||
//debug_printf("MetalRenderer::IsPadWindowActive not implemented\n");
|
return (GetLayer(false).GetDrawable() != nullptr);
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool MetalRenderer::GetVRAMInfo(int& usageInMB, int& totalInMB) const
|
bool MetalRenderer::GetVRAMInfo(int& usageInMB, int& totalInMB) const
|
||||||
|
Loading…
Reference in New Issue
Block a user