mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-16 20:13:27 +00: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. */
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user