diff options
Diffstat (limited to 'Ryujinx.Graphics.GAL/IRenderer.cs')
-rw-r--r-- | Ryujinx.Graphics.GAL/IRenderer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Ryujinx.Graphics.GAL/IRenderer.cs b/Ryujinx.Graphics.GAL/IRenderer.cs index 6fd3feba..fec8d3be 100644 --- a/Ryujinx.Graphics.GAL/IRenderer.cs +++ b/Ryujinx.Graphics.GAL/IRenderer.cs @@ -1,3 +1,4 @@ +using Ryujinx.Common.Configuration; using Ryujinx.Graphics.Shader; using System; @@ -32,6 +33,6 @@ namespace Ryujinx.Graphics.GAL void ResetCounter(CounterType type); - void Initialize(); + void Initialize(GraphicsDebugLevel logLevel); } } |