mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-14 05:02:14 +02:00
lr: ncm::ProgramId::Invalid -> ncm::InvalidProgramId
This commit is contained in:
parent
67c858e297
commit
e70a2a621a
@ -85,7 +85,7 @@ namespace ams::lr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Result RegisteredLocationResolverImpl::RegisterProgramPathDeprecated(const Path &path, ncm::ProgramId id) {
|
Result RegisteredLocationResolverImpl::RegisterProgramPathDeprecated(const Path &path, ncm::ProgramId id) {
|
||||||
RegisterPath(this->registered_program_locations, id, path, ncm::ProgramId::Invalid);
|
RegisterPath(this->registered_program_locations, id, path, ncm::InvalidProgramId);
|
||||||
return ResultSuccess();
|
return ResultSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -115,7 +115,7 @@ namespace ams::lr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Result RegisteredLocationResolverImpl::RegisterHtmlDocumentPathDeprecated(const Path &path, ncm::ProgramId id) {
|
Result RegisteredLocationResolverImpl::RegisterHtmlDocumentPathDeprecated(const Path &path, ncm::ProgramId id) {
|
||||||
RegisterPath(this->registered_html_docs_locations, id, path, ncm::ProgramId::Invalid);
|
RegisterPath(this->registered_html_docs_locations, id, path, ncm::InvalidProgramId);
|
||||||
return ResultSuccess();
|
return ResultSuccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user