ldr: fix hbl_html redirection invocation

This commit is contained in:
Michael Scire 2019-09-12 22:44:05 -07:00 committed by SciresM
parent 6613fda4b1
commit a6e405c988

View File

@ -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<u64>(loc.title_id), path));
R_TRY(lrLrRedirectApplicationHtmlDocumentPath(&lr, static_cast<u64>(loc.title_id), path));
R_TRY(lrLrRedirectApplicationHtmlDocumentPath(&lr, static_cast<u64>(loc.title_id), static_cast<u64>(loc.title_id), path));
return ResultSuccess;
}