diff --git a/stratosphere/loader/source/ldr_content_management.cpp b/stratosphere/loader/source/ldr_content_management.cpp index fca076dae..734b60bb3 100644 --- a/stratosphere/loader/source/ldr_content_management.cpp +++ b/stratosphere/loader/source/ldr_content_management.cpp @@ -334,7 +334,7 @@ namespace sts::ldr { /* We just need to set this to any valid NCA path. Let's use the executable path. */ R_TRY(lrLrResolveProgramPath(&lr, static_cast(loc.title_id), path)); - R_TRY(lrLrRedirectApplicationHtmlDocumentPath(&lr, static_cast(loc.title_id), path)); + R_TRY(lrLrRedirectApplicationHtmlDocumentPath(&lr, static_cast(loc.title_id), static_cast(loc.title_id), path)); return ResultSuccess; }