diff --git a/sphaira/source/yati/yati.cpp b/sphaira/source/yati/yati.cpp index 1a8e892..f670f8f 100644 --- a/sphaira/source/yati/yati.cpp +++ b/sphaira/source/yati/yati.cpp @@ -987,7 +987,7 @@ Result Yati::InstallCnmtNca(std::span tickets, CnmtCollection& cn R_UNLESS(it != collections.cend(), Result_NcaNotFound); log_write("found: %s\n", str.str); - cnmt.infos.emplace_back(info); + cnmt.infos.emplace_back(packed_info); auto& nca = cnmt.ncas.emplace_back(*it); nca.type = info.content_type; }