Address PR feedback
This commit is contained in:
parent
c6094f6441
commit
2163aa14eb
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ namespace Ryujinx.HLE.HOS
|
||||||
|
|
||||||
private ConcurrentDictionary<long, KThread> Threads;
|
private ConcurrentDictionary<long, KThread> Threads;
|
||||||
|
|
||||||
private List<Executable> Executables;
|
private List<Executable> Executables;
|
||||||
|
|
||||||
private Dictionary<long, string> SymbolTable;
|
private Dictionary<long, string> SymbolTable;
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ namespace Ryujinx
|
||||||
DisplayDevice.Default, 3, 3,
|
DisplayDevice.Default, 3, 3,
|
||||||
GraphicsContextFlags.ForwardCompatible)
|
GraphicsContextFlags.ForwardCompatible)
|
||||||
{
|
{
|
||||||
this.Device = Device;
|
this.Device = Device;
|
||||||
this.Renderer = Renderer;
|
this.Renderer = Renderer;
|
||||||
|
|
||||||
Location = new Point(
|
Location = new Point(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue