summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar greggameplayer2018-08-16 23:46:06 +0200
committerGravatar GitHub2018-08-16 23:46:06 +0200
commitcef35e7c9c3182ed6d5bbf9b0334a9d656d79690 (patch)
tree383cfb66d0a1f56d13179e31f38be63ab1f096b3 /src
parentImplement GetDefaultDisplayResolutionChangeEvent (diff)
downloadyuzu-cef35e7c9c3182ed6d5bbf9b0334a9d656d79690.tar.gz
yuzu-cef35e7c9c3182ed6d5bbf9b0334a9d656d79690.tar.xz
yuzu-cef35e7c9c3182ed6d5bbf9b0334a9d656d79690.zip
correct coding style
Diffstat (limited to 'src')
-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 };