Qt: Add renderer/resolution to status bar
This commit is contained in:
@ -36,11 +36,6 @@ GPU_HW::GPU_HW() : GPU()
|
||||
|
||||
GPU_HW::~GPU_HW() = default;
|
||||
|
||||
bool GPU_HW::IsHardwareRenderer() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool GPU_HW::Initialize(HostDisplay* host_display)
|
||||
{
|
||||
if (!GPU::Initialize(host_display))
|
||||
|
||||
Reference in New Issue
Block a user