diff options
| author | Hexagon12 <benassdo@gmail.com> | 2018-04-11 14:48:56 +0300 |
|---|---|---|
| committer | Hexagon12 <benassdo@gmail.com> | 2018-04-11 14:48:56 +0300 |
| commit | cc89b7bfcbe3448c8ca3e224b8d3fa628214748e (patch) | |
| tree | 7189a5cc1c44914d55183d76d584c777eb2334a0 /src/core/hle/service/am/am.cpp | |
| parent | a155d3b7ff6214ba75ee381d3540e8bd9bc04834 (diff) | |
Various fixes and clang
Diffstat (limited to 'src/core/hle/service/am/am.cpp')
| -rw-r--r-- | src/core/hle/service/am/am.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp index cda1f419a..bfc431e88 100644 --- a/src/core/hle/service/am/am.cpp +++ b/src/core/hle/service/am/am.cpp @@ -109,7 +109,7 @@ ISelfController::ISelfController(std::shared_ptr<NVFlinger::NVFlinger> nvflinger {61, nullptr, "SetMediaPlaybackState"}, {62, nullptr, "SetIdleTimeDetectionExtension"}, {63, nullptr, "GetIdleTimeDetectionExtension"}, - {64, nullptr, "SetInputDetectionSourceSet"} + {64, nullptr, "SetInputDetectionSourceSet"}, {65, nullptr, "ReportUserIsActive"}, {66, nullptr, "GetCurrentIlluminance"}, {67, nullptr, "IsIlluminanceAvailable"}, |
