mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-08-08 00:19:31 +02:00
results: correct lr result names
This commit is contained in:
parent
5a3583d79d
commit
1034e0744a
@ -24,7 +24,7 @@ static constexpr Result ResultLrDataNotFound = MAKER
|
||||
static constexpr Result ResultLrUnknownStorageId = MAKERESULT(Module_Lr, 4);
|
||||
static constexpr Result ResultLrHtmlDocumentNotFound = MAKERESULT(Module_Lr, 6);
|
||||
static constexpr Result ResultLrAddOnContentNotFound = MAKERESULT(Module_Lr, 7);
|
||||
static constexpr Result ResultLrControlPathNotFound = MAKERESULT(Module_Lr, 8);
|
||||
static constexpr Result ResultLrLegalInformationPathNotFound = MAKERESULT(Module_Lr, 9);
|
||||
static constexpr Result ResultLrControlNotFound = MAKERESULT(Module_Lr, 8);
|
||||
static constexpr Result ResultLrLegalInformationNotFound = MAKERESULT(Module_Lr, 9);
|
||||
|
||||
static constexpr Result ResultLrTooManyRegisteredPaths = MAKERESULT(Module_Lr, 90);
|
||||
|
Loading…
Reference in New Issue
Block a user