Compliant with review.
This commit is contained in:
parent
8442a5917f
commit
c646a00918
2 changed files with 12 additions and 8 deletions
|
@ -27,11 +27,7 @@ namespace Ryujinx.HLE.OsHle.Services.Pctl
|
|||
|
||||
public long CreateServiceWithoutInitialize(ServiceCtx Context)
|
||||
{
|
||||
IParentalControlService Service = new IParentalControlService();
|
||||
|
||||
Service.Initialized = true;
|
||||
|
||||
MakeObject(Context, Service);
|
||||
MakeObject(Context, new IParentalControlService(false));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue