diff --git a/stratosphere/pgl/source/pgl_main.cpp b/stratosphere/pgl/source/pgl_main.cpp index 365dd3b..a040850 100644 --- a/stratosphere/pgl/source/pgl_main.cpp +++ b/stratosphere/pgl/source/pgl_main.cpp @@ -37,6 +37,7 @@ R_ABORT_UNLESS(pmshellInitialize()); R_ABORT_UNLESS(ldrShellInitialize()); R_ABORT_UNLESS(lrInitialize()); + lr::Initialize(); /* Verify that we can sanely execute. */ ams::CheckApiVersion();