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(