mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2025-01-08 21:47:57 +00:00
ldr: fix hbl_html redirection invocation
This commit is contained in:
parent
6613fda4b1
commit
a6e405c988
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ namespace sts::ldr {
|
||||||
|
|
||||||
/* We just need to set this to any valid NCA path. Let's use the executable path. */
|
/* 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(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;
|
return ResultSuccess;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue