aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx/Program.cs')
-rw-r--r--Ryujinx/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx/Program.cs b/Ryujinx/Program.cs
index 52c85d56..1b26b391 100644
--- a/Ryujinx/Program.cs
+++ b/Ryujinx/Program.cs
@@ -16,7 +16,7 @@ namespace Ryujinx
{
Console.Title = "Ryujinx Console";
- IGalRenderer renderer = new OGLRenderer();
+ IGalRenderer renderer = new OglRenderer();
IAalOutput audioOut = InitializeAudioEngine();