diff options
author | greggameplayer <33609333+greggameplayer@users.noreply.github.com> | 2018-08-16 23:46:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-16 23:46:06 +0200 |
commit | cef35e7c9c3182ed6d5bbf9b0334a9d656d79690 (patch) | |
tree | 383cfb66d0a1f56d13179e31f38be63ab1f096b3 /src/core | |
parent | Implement GetDefaultDisplayResolutionChangeEvent (diff) | |
download | yuzu-cef35e7c9c3182ed6d5bbf9b0334a9d656d79690.tar yuzu-cef35e7c9c3182ed6d5bbf9b0334a9d656d79690.tar.gz yuzu-cef35e7c9c3182ed6d5bbf9b0334a9d656d79690.tar.bz2 yuzu-cef35e7c9c3182ed6d5bbf9b0334a9d656d79690.tar.lz yuzu-cef35e7c9c3182ed6d5bbf9b0334a9d656d79690.tar.xz yuzu-cef35e7c9c3182ed6d5bbf9b0334a9d656d79690.tar.zst yuzu-cef35e7c9c3182ed6d5bbf9b0334a9d656d79690.zip |
Diffstat (limited to 'src/core')
-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 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" {55, nullptr, "IsInControllerFirmwareUpdateSection"}, {60, nullptr, "GetDefaultDisplayResolution"}, {61, &ICommonStateGetter::GetDefaultDisplayResolutionChangeEvent, - "GetDefaultDisplayResolutionChangeEvent"}, + "GetDefaultDisplayResolutionChangeEvent"}, {62, nullptr, "GetHdcpAuthenticationState"}, {63, nullptr, "GetHdcpAuthenticationStateChangeEvent"}, }; |