소스 검색

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

Evan Husted 1 년 전
부모
커밋
15c20920b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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));
             }
         }