From ba1b75f76ac899978a5ca43d202a9ff46f54c5c2 Mon Sep 17 00:00:00 2001 From: Thog Date: Sat, 5 Jan 2019 02:45:13 +0100 Subject: [PATCH] fix the last nit --- Ryujinx.HLE/HOS/Services/Vi/ISystemDisplayService.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Ryujinx.HLE/HOS/Services/Vi/ISystemDisplayService.cs b/Ryujinx.HLE/HOS/Services/Vi/ISystemDisplayService.cs index 81968d9739..070277ff33 100644 --- a/Ryujinx.HLE/HOS/Services/Vi/ISystemDisplayService.cs +++ b/Ryujinx.HLE/HOS/Services/Vi/ISystemDisplayService.cs @@ -14,10 +14,10 @@ namespace Ryujinx.HLE.HOS.Services.Vi { _commands = new Dictionary { - { 2205, SetLayerZ }, - { 2207, SetLayerVisibility }, - { 2312, applicationDisplayService.CreateStrayLayer }, - { 3200, GetDisplayMode } + { 2205, SetLayerZ }, + { 2207, SetLayerVisibility }, + { 2312, applicationDisplayService.CreateStrayLayer }, + { 3200, GetDisplayMode } }; }