From 8365fc42c51b786f3c81d25338fa6de9ffe8e8e0 Mon Sep 17 00:00:00 2001 From: Vova Date: Thu, 27 Feb 2025 13:37:16 +1000 Subject: [PATCH] test --- src/Ryujinx/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/Program.cs b/src/Ryujinx/Program.cs index bac767afb..488e61dc9 100644 --- a/src/Ryujinx/Program.cs +++ b/src/Ryujinx/Program.cs @@ -201,7 +201,7 @@ namespace Ryujinx.Ava ConfigurationPath = appDataConfigurationPath; } - if (ConfigurationPath == null) + if (ConfigurationPath == null) { // No configuration, we load the default values and save it to disk ConfigurationPath = appDataConfigurationPath;