More nits

This commit is contained in:
HorrorTroll 2019-03-25 14:10:26 +07:00
parent 467b2d75a8
commit 4747fc7ced

View file

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