diff --git a/stratosphere/pgl/pgl.json b/stratosphere/pgl/pgl.json index d1c4a257f..1047e3d97 100644 --- a/stratosphere/pgl/pgl.json +++ b/stratosphere/pgl/pgl.json @@ -15,7 +15,7 @@ "filesystem_access": { "permissions": "0xFFFFFFFFFFFFFFFF" }, - "service_access": ["erpt:c", "fatal:u", "fsp-srv", "ldr:shel", "lm", "lr", "pm:shell", "set", "set:sys"], + "service_access": ["fatal:u", "fsp-srv", "ldr:shel", "lr", "pm:shell", "set:sys"], "service_host": ["pgl"], "kernel_capabilities": [{ "type": "kernel_flags", @@ -87,4 +87,4 @@ "type": "handle_table_size", "value": 256 }] -} \ No newline at end of file +} diff --git a/stratosphere/pgl/source/pgl_main.cpp b/stratosphere/pgl/source/pgl_main.cpp index a0408502e..576a791fd 100644 --- a/stratosphere/pgl/source/pgl_main.cpp +++ b/stratosphere/pgl/source/pgl_main.cpp @@ -32,7 +32,6 @@ namespace ams { fs::SetEnabledAutoAbort(false); /* Initialize other services we need. */ - R_ABORT_UNLESS(setInitialize()); R_ABORT_UNLESS(setsysInitialize()); R_ABORT_UNLESS(pmshellInitialize()); R_ABORT_UNLESS(ldrShellInitialize());