From 5b82e07b1c4cd6f5c3167a1e05188ea25f813963 Mon Sep 17 00:00:00 2001 From: ITotalJustice <47043333+ITotalJustice@users.noreply.github.com> Date: Tue, 29 Apr 2025 13:08:32 +0100 Subject: [PATCH] fix building due to previous commit --- sphaira/source/yati/yati.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }