mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-13 20:52:15 +02:00
lr: bug fixes
This commit is contained in:
parent
db76561d45
commit
6fa9276e57
@ -66,7 +66,7 @@ namespace ams::lr {
|
|||||||
MAKE_SERVICE_COMMAND_META(RegisterHtmlDocumentPath, hos::Version_900),
|
MAKE_SERVICE_COMMAND_META(RegisterHtmlDocumentPath, hos::Version_900),
|
||||||
MAKE_SERVICE_COMMAND_META(UnregisterHtmlDocumentPath, hos::Version_200),
|
MAKE_SERVICE_COMMAND_META(UnregisterHtmlDocumentPath, hos::Version_200),
|
||||||
MAKE_SERVICE_COMMAND_META(RedirectHtmlDocumentPathDeprecated, hos::Version_200, hos::Version_810),
|
MAKE_SERVICE_COMMAND_META(RedirectHtmlDocumentPathDeprecated, hos::Version_200, hos::Version_810),
|
||||||
MAKE_SERVICE_COMMAND_META(RedirectHtmlDocumentPathDeprecated, hos::Version_900),
|
MAKE_SERVICE_COMMAND_META(RedirectHtmlDocumentPath, hos::Version_900),
|
||||||
MAKE_SERVICE_COMMAND_META(Refresh, hos::Version_700),
|
MAKE_SERVICE_COMMAND_META(Refresh, hos::Version_700),
|
||||||
MAKE_SERVICE_COMMAND_META(RefreshExcluding, hos::Version_900),
|
MAKE_SERVICE_COMMAND_META(RefreshExcluding, hos::Version_900),
|
||||||
};
|
};
|
||||||
|
@ -63,7 +63,7 @@ namespace ams::lr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void LocationRedirector::SetRedirection(ncm::ProgramId program_id, const Path &path, u32 flags) {
|
void LocationRedirector::SetRedirection(ncm::ProgramId program_id, const Path &path, u32 flags) {
|
||||||
this->SetRedirection(program_id, path, flags);
|
this->SetRedirection(program_id, ncm::InvalidProgramId, path, flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
void LocationRedirector::SetRedirection(ncm::ProgramId program_id, ncm::ProgramId owner_id, const Path &path, u32 flags) {
|
void LocationRedirector::SetRedirection(ncm::ProgramId program_id, ncm::ProgramId owner_id, const Path &path, u32 flags) {
|
||||||
|
Loading…
Reference in New Issue
Block a user