System: Fix CPU usage not showing for sw-renderer-for-readbacks
This commit is contained in:
@ -44,6 +44,11 @@ GPU_HW::~GPU_HW()
|
||||
}
|
||||
}
|
||||
|
||||
const Threading::Thread* GPU_HW::GetSWThread() const
|
||||
{
|
||||
return m_sw_renderer ? m_sw_renderer->GetThread() : nullptr;
|
||||
}
|
||||
|
||||
bool GPU_HW::Initialize()
|
||||
{
|
||||
if (!GPU::Initialize())
|
||||
|
||||
Reference in New Issue
Block a user