mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-27 03:10:50 +01:00
8 lines
169 B
C#
8 lines
169 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Nifm
|
|||
|
{
|
|||
|
class GeneralServiceDetail
|
|||
|
{
|
|||
|
public int ClientId;
|
|||
|
public bool IsAnyInternetRequestAccepted;
|
|||
|
}
|
|||
|
}
|