Przeglądaj źródła

I thought this was a typo on my part; it wasn't

Evan Husted 1 rok temu
rodzic
commit
15c20920b3

+ 1 - 1
src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs

@@ -579,7 +579,7 @@ namespace Ryujinx.UI.Common.Configuration
             {
                 LanInterfaceId = new ReactiveObject<string>();
                 Mode = new ReactiveObject<MultiplayerMode>();
-                Mode.LogChangesToValue(nameof(Mode));
+                Mode.LogChangesToValue(nameof(MultiplayerMode));
             }
         }