This commit is contained in:
wheremyfoodat
2023-07-06 17:43:48 +03:00
committed by GitHub
parent cb64b721e8
commit 5835069a9d

View File

@@ -53,6 +53,7 @@ bool Memory::mapCXI(NCSD& ncsd, NCCH& cxi) {
// Back the IOFile for accessing the ROM, as well as the ROM's CXI partition, in the memory class. // Back the IOFile for accessing the ROM, as well as the ROM's CXI partition, in the memory class.
CXIFile = ncsd.file; CXIFile = ncsd.file;
loadedCXI = cxi; loadedCXI = cxi;
return true;
} }
std::optional<NCSD> Memory::loadNCSD(Crypto::AESEngine& aesEngine, const std::filesystem::path& path) { std::optional<NCSD> Memory::loadNCSD(Crypto::AESEngine& aesEngine, const std::filesystem::path& path) {