mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-14 05:02:14 +02:00
ldr: fix hbl_html redirection invocation
This commit is contained in:
parent
681f15003d
commit
91fe7060a0
@ -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