addressed nit
This commit is contained in:
parent
eab5d58fec
commit
7e9ece58d1
1 changed files with 4 additions and 2 deletions
|
@ -52,8 +52,10 @@ namespace Ryujinx.Ui
|
||||||
|
|
||||||
private Input.NpadController _primaryController;
|
private Input.NpadController _primaryController;
|
||||||
|
|
||||||
public GLRenderer(Switch device) :
|
public GLRenderer(Switch device)
|
||||||
base (new GraphicsMode(new ColorFormat(24)), 3, 3, GraphicsContextFlags.ForwardCompatible)
|
: base (new GraphicsMode(new ColorFormat(24)),
|
||||||
|
3, 3,
|
||||||
|
GraphicsContextFlags.ForwardCompatible)
|
||||||
{
|
{
|
||||||
WaitEvent = new ManualResetEvent(false);
|
WaitEvent = new ManualResetEvent(false);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue