Fix GetAddrInfoWithOptions and some sockets issues (#2936)
* Fix GetAddrInfoWithOptions and some sockets issues * Was not supposed to remove this log
This commit is contained in:
@ -49,7 +49,7 @@ namespace Ryujinx.HLE
|
||||
throw new ArgumentNullException(nameof(configuration.AudioDeviceDriver));
|
||||
}
|
||||
|
||||
if (configuration.UserChannelPersistence== null)
|
||||
if (configuration.UserChannelPersistence == null)
|
||||
{
|
||||
throw new ArgumentNullException(nameof(configuration.UserChannelPersistence));
|
||||
}
|
||||
|
Reference in New Issue
Block a user