Merge 3df2112be7
into 675f3f6f81
This commit is contained in:
commit
ffd86ead48
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@ using Ryujinx.Graphics.Gal;
|
|||
using Ryujinx.Graphics.Gal.OpenGL;
|
||||
using Ryujinx.HLE;
|
||||
using System;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
|
||||
namespace Ryujinx
|
||||
|
@ -14,6 +15,9 @@ namespace Ryujinx
|
|||
{
|
||||
Console.Title = "Ryujinx Console";
|
||||
|
||||
CultureInfo.DefaultThreadCurrentCulture = CultureInfo.InvariantCulture;
|
||||
CultureInfo.DefaultThreadCurrentUICulture = CultureInfo.InvariantCulture;
|
||||
|
||||
IGalRenderer Renderer = new OGLRenderer();
|
||||
|
||||
IAalOutput AudioOut = new OpenALAudioOut();
|
||||
|
|
Loading…
Add table
Reference in a new issue