mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-10 11:32:32 -07:00
Explicitly label class visibility
This commit is contained in:
@@ -2,7 +2,7 @@ using System.Net.Sockets;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Bsd
|
||||
{
|
||||
class BsdSocket
|
||||
internal class BsdSocket
|
||||
{
|
||||
public int Family;
|
||||
public int Type;
|
||||
|
Reference in New Issue
Block a user