Replacing Abstract Types with Concrete Types

This commit is contained in:
Marco Carvalho 2024-04-07 15:58:41 -03:00
parent 7969fb6bba
commit 231fb01dc1
41 changed files with 103 additions and 90 deletions

View file

@ -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;