Add missing libstratosphere lr::Initialize()

This commit is contained in:
MasaGratoR 2026-04-02 21:09:15 +02:00 committed by GitHub
parent 174da786e4
commit 31ca20f3b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();