Nits
This commit is contained in:
parent
01c70c17c2
commit
c5f0685118
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ namespace Ryujinx.HLE.HOS.Services.Pctl
|
||||||
_needInitialize = needInitialize;
|
_needInitialize = needInitialize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Initialize()
|
||||||
public long Initialize(ServiceCtx context)
|
public long Initialize(ServiceCtx context)
|
||||||
{
|
{
|
||||||
if (_needInitialize && !_initialized)
|
if (_needInitialize && !_initialized)
|
||||||
|
@ -39,6 +40,7 @@ namespace Ryujinx.HLE.HOS.Services.Pctl
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// CheckFreeCommunicationPermission(bool)
|
||||||
public long CheckFreeCommunicationPermission(ServiceCtx context)
|
public long CheckFreeCommunicationPermission(ServiceCtx context)
|
||||||
{
|
{
|
||||||
bool enable = context.RequestData.ReadByte() != 0;
|
bool enable = context.RequestData.ReadByte() != 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue