Allow enabling/disabling memory checks on config file
This commit is contained in:
parent
e922c3627a
commit
d4a3e8267b
3 changed files with 15 additions and 10 deletions
|
@ -12,10 +12,10 @@ namespace Ryujinx
|
|||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
AOptimizations.DisableMemoryChecks = true;
|
||||
|
||||
Config.Read();
|
||||
|
||||
AOptimizations.DisableMemoryChecks = !Config.EnableMemoryChecks;
|
||||
|
||||
Console.Title = "Ryujinx Console";
|
||||
|
||||
IGalRenderer Renderer = new OpenGLRenderer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue