mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-10 04:07:49 +02:00
Compliant with review.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user