Replacing Abstract Types with Concrete Types
This commit is contained in:
parent
7969fb6bba
commit
231fb01dc1
41 changed files with 103 additions and 90 deletions
|
@ -400,7 +400,7 @@ namespace Ryujinx.HLE.HOS.Services.Sockets.Bsd.Impl
|
|||
return true;
|
||||
}
|
||||
|
||||
private static IList<ArraySegment<byte>> ConvertMessagesToBuffer(BsdMMsgHdr message)
|
||||
private static ArraySegment<byte>[] ConvertMessagesToBuffer(BsdMMsgHdr message)
|
||||
{
|
||||
int segmentCount = 0;
|
||||
int index = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue