mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-21 09:30:53 +01:00
I thought this was a typo on my part; it wasn't
This commit is contained in:
parent
285ee276b6
commit
15c20920b3
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue