More nits
This commit is contained in:
parent
467b2d75a8
commit
4747fc7ced
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ namespace Ryujinx.HLE.HOS.Services.Pctl
|
|||
|
||||
public long CheckFreeCommunicationPermission(ServiceCtx context)
|
||||
{
|
||||
bool enable = context.RequestData.ReadByte() != 0;
|
||||
|
||||
Logger.PrintStub(LogClass.ServicePctl);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue