summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/am/am.cpp2
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 a39030742..966602b31 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -307,7 +307,7 @@ ICommonStateGetter::ICommonStateGetter() : ServiceFramework("ICommonStateGetter"
307 {55, nullptr, "IsInControllerFirmwareUpdateSection"}, 307 {55, nullptr, "IsInControllerFirmwareUpdateSection"},
308 {60, nullptr, "GetDefaultDisplayResolution"}, 308 {60, nullptr, "GetDefaultDisplayResolution"},
309 {61, &ICommonStateGetter::GetDefaultDisplayResolutionChangeEvent, 309 {61, &ICommonStateGetter::GetDefaultDisplayResolutionChangeEvent,
310 "GetDefaultDisplayResolutionChangeEvent"}, 310 "GetDefaultDisplayResolutionChangeEvent"},
311 {62, nullptr, "GetHdcpAuthenticationState"}, 311 {62, nullptr, "GetHdcpAuthenticationState"},
312 {63, nullptr, "GetHdcpAuthenticationStateChangeEvent"}, 312 {63, nullptr, "GetHdcpAuthenticationStateChangeEvent"},
313 }; 313 };