From 2adec81d9d0318ffca2582d85c7519b90b206ce4 Mon Sep 17 00:00:00 2001 From: Vova Date: Thu, 27 Feb 2025 11:58:33 +1000 Subject: [PATCH] Revert "test" This reverts commit c95f41870659e31687e72bda78e9340e6e6f7bb3. --- 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;