mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-22 01:43:23 +01:00
Fix bracket alignment
This commit is contained in:
parent
f13be6429b
commit
851f2ded9a
1 changed files with 7 additions and 7 deletions
|
@ -19,13 +19,13 @@ namespace Ryujinx.Core.OsHle.Services.Am
|
||||||
{
|
{
|
||||||
m_Commands = new Dictionary<int, ServiceProcessRequest>()
|
m_Commands = new Dictionary<int, ServiceProcessRequest>()
|
||||||
{
|
{
|
||||||
{ 0, GetEventHandle },
|
{ 0, GetEventHandle },
|
||||||
{ 1, ReceiveMessage },
|
{ 1, ReceiveMessage },
|
||||||
{ 5, GetOperationMode },
|
{ 5, GetOperationMode },
|
||||||
{ 6, GetPerformanceMode },
|
{ 6, GetPerformanceMode },
|
||||||
{ 8, GetBootMode },
|
{ 8, GetBootMode },
|
||||||
{ 9, GetCurrentFocusState },
|
{ 9, GetCurrentFocusState },
|
||||||
{ 60, GetDefaultDisplayResolution },
|
{ 60, GetDefaultDisplayResolution },
|
||||||
{ 61, GetDefaultDisplayResolutionChangeEvent }
|
{ 61, GetDefaultDisplayResolutionChangeEvent }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue