Explorar el Código

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

Evan Husted hace 1 año
padre
commit
15c20920b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Ryujinx.UI.Common/Configuration/ConfigurationState.cs

+ 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));
             }
         }