mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 15:00:02 +00:00
correct coding style
This commit is contained in:
parent
928e78dced
commit
cef35e7c9c
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ ICommonStateGetter::ICommonStateGetter() : ServiceFramework("ICommonStateGetter"
|
||||||
{55, nullptr, "IsInControllerFirmwareUpdateSection"},
|
{55, nullptr, "IsInControllerFirmwareUpdateSection"},
|
||||||
{60, nullptr, "GetDefaultDisplayResolution"},
|
{60, nullptr, "GetDefaultDisplayResolution"},
|
||||||
{61, &ICommonStateGetter::GetDefaultDisplayResolutionChangeEvent,
|
{61, &ICommonStateGetter::GetDefaultDisplayResolutionChangeEvent,
|
||||||
"GetDefaultDisplayResolutionChangeEvent"},
|
"GetDefaultDisplayResolutionChangeEvent"},
|
||||||
{62, nullptr, "GetHdcpAuthenticationState"},
|
{62, nullptr, "GetHdcpAuthenticationState"},
|
||||||
{63, nullptr, "GetHdcpAuthenticationStateChangeEvent"},
|
{63, nullptr, "GetHdcpAuthenticationStateChangeEvent"},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue