diff --git a/src/core/loader/ncsd.cpp b/src/core/loader/ncsd.cpp index 5aab9404..21737ce2 100644 --- a/src/core/loader/ncsd.cpp +++ b/src/core/loader/ncsd.cpp @@ -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. CXIFile = ncsd.file; loadedCXI = cxi; + return true; } std::optional Memory::loadNCSD(Crypto::AESEngine& aesEngine, const std::filesystem::path& path) { @@ -176,4 +177,4 @@ std::optional Memory::loadCXI(Crypto::AESEngine& aesEngine, const std::fil } return ncsd; -} \ No newline at end of file +}