mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 01:29:48 -06:00
I thought this was a typo on my part; it wasn't
This commit is contained in:
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user