[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / windowing / osx / CocoaDPMSSupport.h
blob6a54f4245536c363d9e10b42925069f5c87e3fbd
1 /*
2 * Copyright (C) 2009-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #include "xbmc/powermanagement/DPMSSupport.h"
11 class CCocoaDPMSSupport : public CDPMSSupport
13 public:
14 CCocoaDPMSSupport();
15 ~CCocoaDPMSSupport() override = default;
17 protected:
18 bool EnablePowerSaving(PowerSavingMode mode) override;
19 bool DisablePowerSaving() override;