mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-11 01:08:30 +12:00
implement IsPadWindowActive
This commit is contained in:
parent
c4a26d4c70
commit
6bf3406793
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue