From 31ca20f3b7c56eaac9a54aeabcb610bcd767ab5e Mon Sep 17 00:00:00 2001 From: MasaGratoR Date: Thu, 2 Apr 2026 21:09:15 +0200 Subject: [PATCH] Add missing libstratosphere lr::Initialize() --- stratosphere/pgl/source/pgl_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stratosphere/pgl/source/pgl_main.cpp b/stratosphere/pgl/source/pgl_main.cpp index 365dd3bf2..a0408502e 100644 --- a/stratosphere/pgl/source/pgl_main.cpp +++ b/stratosphere/pgl/source/pgl_main.cpp @@ -37,6 +37,7 @@ namespace ams { R_ABORT_UNLESS(pmshellInitialize()); R_ABORT_UNLESS(ldrShellInitialize()); R_ABORT_UNLESS(lrInitialize()); + lr::Initialize(); /* Verify that we can sanely execute. */ ams::CheckApiVersion();