mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-22 20:44:49 +00:00
Correct amount of add on content
This commit is contained in:
parent
a8677ac122
commit
42b502425c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ namespace sts::lr::impl {
|
|||
|
||||
class AddOnContentRedirector {
|
||||
private:
|
||||
BoundedMap<ncm::TitleId, ncm::StorageId, 128> redirections;
|
||||
BoundedMap<ncm::TitleId, ncm::StorageId, 0x800> redirections;
|
||||
public:
|
||||
bool FindRedirection(ncm::StorageId *out, ncm::TitleId title_id);
|
||||
Result SetRedirection(ncm::TitleId title_id, ncm::StorageId storage_id);
|
||||
|
|
Loading…
Add table
Reference in a new issue