mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-29 14:22:38 +02:00
ldr: fix hbl_html redirection invocation
This commit is contained in:
parent
6613fda4b1
commit
a6e405c988
@ -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 New Issue
Block a user