From 2163aa14eb1781659e19e19e2daa32ee9f32b0b0 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Thu, 16 Aug 2018 20:43:31 -0300 Subject: [PATCH] Address PR feedback --- Ryujinx.HLE/HOS/Process.cs | 2 +- Ryujinx/Ui/GLScreen.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ryujinx.HLE/HOS/Process.cs b/Ryujinx.HLE/HOS/Process.cs index ab7279e75e..bfda93f494 100644 --- a/Ryujinx.HLE/HOS/Process.cs +++ b/Ryujinx.HLE/HOS/Process.cs @@ -56,7 +56,7 @@ namespace Ryujinx.HLE.HOS private ConcurrentDictionary Threads; - private List Executables; + private List Executables; private Dictionary SymbolTable; diff --git a/Ryujinx/Ui/GLScreen.cs b/Ryujinx/Ui/GLScreen.cs index 395c6bd07b..2c683f5efb 100644 --- a/Ryujinx/Ui/GLScreen.cs +++ b/Ryujinx/Ui/GLScreen.cs @@ -40,7 +40,7 @@ namespace Ryujinx DisplayDevice.Default, 3, 3, GraphicsContextFlags.ForwardCompatible) { - this.Device = Device; + this.Device = Device; this.Renderer = Renderer; Location = new Point(