mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-25 07:09:55 -06:00
Allow enabling/disabling memory checks on config file
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user