mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-24 02:00:11 +01:00
I thought this was a typo on my part; it wasn't
This commit is contained in:
parent
285ee276b6
commit
15c20920b3
@ -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 New Issue
Block a user