diff --git a/stratosphere/loader/source/ldr_nso.cpp b/stratosphere/loader/source/ldr_nso.cpp index 3fbcfba54..f3372cbbc 100644 --- a/stratosphere/loader/source/ldr_nso.cpp +++ b/stratosphere/loader/source/ldr_nso.cpp @@ -49,7 +49,7 @@ Result NsoUtils::LoadNsoHeaders(u64 title_id) { } if (1 < i && i < 12) { /* If we failed to open a subsdk, there are no more subsdks. */ - i = 12; + i = 11; } }