diff --git a/stratosphere/libstratosphere b/stratosphere/libstratosphere index 8d15f82..2f1b90e 160000 --- a/stratosphere/libstratosphere +++ b/stratosphere/libstratosphere @@ -1 +1 @@ -Subproject commit 8d15f82a9bf8a61e45856ae764f936a2d82e8a90 +Subproject commit 2f1b90e39701e7de57c191f8bdc2da9e38402215 diff --git a/stratosphere/loader/source/ldr_content_management.cpp b/stratosphere/loader/source/ldr_content_management.cpp index e4943a8..973a6a3 100644 --- a/stratosphere/loader/source/ldr_content_management.cpp +++ b/stratosphere/loader/source/ldr_content_management.cpp @@ -165,7 +165,7 @@ if (R_SUCCEEDED(rc = lrRegLrResolveProgramPath(®, tid, path))) { strncpy(out_path, path, FS_MAX_PATH); - } else if (rc != 0x408) { + } else if (rc != ResultLrProgramNotFound) { return rc; }