addressed nit

This commit is contained in:
emmaus 2020-02-10 18:49:53 +00:00
parent eab5d58fec
commit 7e9ece58d1

View file

@ -52,8 +52,10 @@ namespace Ryujinx.Ui
private Input.NpadController _primaryController;
public GLRenderer(Switch device) :
base (new GraphicsMode(new ColorFormat(24)), 3, 3, GraphicsContextFlags.ForwardCompatible)
public GLRenderer(Switch device)
: base (new GraphicsMode(new ColorFormat(24)),
3, 3,
GraphicsContextFlags.ForwardCompatible)
{
WaitEvent = new ManualResetEvent(false);