AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454)

* Stub SetLcdBacklighOffEnabled

Used by Super Smash Bros. Ultimate
We require backlight services to be implemented to turn on/off the backlight.

* Address feedback
This commit is contained in:
Morph 2020-02-27 11:49:23 -05:00 committed by GitHub
parent bb39862dfe
commit 055ebfc2e7
2 changed files with 14 additions and 2 deletions

View file

@ -182,6 +182,7 @@ private:
void GetOperationMode(Kernel::HLERequestContext& ctx);
void GetPerformanceMode(Kernel::HLERequestContext& ctx);
void GetBootMode(Kernel::HLERequestContext& ctx);
void SetLcdBacklighOffEnabled(Kernel::HLERequestContext& ctx);
void GetDefaultDisplayResolution(Kernel::HLERequestContext& ctx);
void SetCpuBoostMode(Kernel::HLERequestContext& ctx);