From ac120cf84bb166f4ea36b314543a88e36011d7f4 Mon Sep 17 00:00:00 2001 From: MasaGratoR Date: Fri, 3 Apr 2026 22:23:08 +0200 Subject: [PATCH] Match 21.0.0 FW --- stratosphere/pgl/source/pgl_main.cpp | 1 - 1 file changed, 1 deletion(-) 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());