summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service
diff options
context:
space:
mode:
authorgreggameplayer <33609333+greggameplayer@users.noreply.github.com>2018-08-16 23:46:06 +0200
committerGitHub <noreply@github.com>2018-08-16 23:46:06 +0200
commitcef35e7c9c3182ed6d5bbf9b0334a9d656d79690 (patch)
tree383cfb66d0a1f56d13179e31f38be63ab1f096b3 /src/core/hle/service
parentImplement GetDefaultDisplayResolutionChangeEvent (diff)
downloadyuzu-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/hle/service')
-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"
{55, nullptr, "IsInControllerFirmwareUpdateSection"},
{60, nullptr, "GetDefaultDisplayResolution"},
{61, &ICommonStateGetter::GetDefaultDisplayResolutionChangeEvent,
- "GetDefaultDisplayResolutionChangeEvent"},
+ "GetDefaultDisplayResolutionChangeEvent"},
{62, nullptr, "GetHdcpAuthenticationState"},
{63, nullptr, "GetHdcpAuthenticationStateChangeEvent"},
};