mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-06 09:32:17 +02:00
Correct amount of add on content
This commit is contained in:
parent
da0a293f38
commit
c1c08b7d03
@ -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