From c1c08b7d031e0218b6b6004d24f0ade956f7b3f0 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Tue, 13 Aug 2019 16:38:44 +1000 Subject: [PATCH] Correct amount of add on content --- stratosphere/ncm/source/impl/lr_redirection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/ncm/source/impl/lr_redirection.hpp b/stratosphere/ncm/source/impl/lr_redirection.hpp index b6d346286..834dffe54 100644 --- a/stratosphere/ncm/source/impl/lr_redirection.hpp +++ b/stratosphere/ncm/source/impl/lr_redirection.hpp @@ -68,7 +68,7 @@ namespace sts::lr::impl { class AddOnContentRedirector { private: - BoundedMap redirections; + BoundedMap redirections; public: bool FindRedirection(ncm::StorageId *out, ncm::TitleId title_id); Result SetRedirection(ncm::TitleId title_id, ncm::StorageId storage_id);