mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-07 10:02:14 +02:00
Correct amount of add on content
This commit is contained in:
parent
a8677ac122
commit
42b502425c
@ -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…
Reference in New Issue
Block a user