summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-02-27 17:49:23 +0100
committerGitHub <noreply@github.com>2020-02-27 17:49:23 +0100
commite1efab1f510c47a9f637601db425527c15e0d838 (patch)
tree8ca8337cb5ce09c7a08d31993442a6045be3963e /src/core/hle/service/am/am.h
parentshader: FMUL switch to using LUT (#3441) (diff)
downloadyuzu-e1efab1f510c47a9f637601db425527c15e0d838.tar
yuzu-e1efab1f510c47a9f637601db425527c15e0d838.tar.gz
yuzu-e1efab1f510c47a9f637601db425527c15e0d838.tar.bz2
yuzu-e1efab1f510c47a9f637601db425527c15e0d838.tar.lz
yuzu-e1efab1f510c47a9f637601db425527c15e0d838.tar.xz
yuzu-e1efab1f510c47a9f637601db425527c15e0d838.tar.zst
yuzu-e1efab1f510c47a9f637601db425527c15e0d838.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index 0b9a4332d..0843de781 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -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);