From 0610b4f804aa5a58ba1429710a5f2240db5b58ec Mon Sep 17 00:00:00 2001 From: Vova Date: Thu, 27 Feb 2025 12:23:21 +1000 Subject: [PATCH] test 2 --- 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 488e61dc9..bac767afb 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;