NCCH: Remove unused saveData member

This commit is contained in:
wheremyfoodat
2024-07-21 15:34:31 +00:00
committed by GitHub
parent 906abe0fb3
commit 04d6c52784
2 changed files with 1 additions and 4 deletions

View File

@@ -64,8 +64,6 @@ struct NCCH {
// Contents of the .code file in the ExeFS
std::vector<u8> codeFile;
// Contains of the cart's save data
std::vector<u8> saveData;
// The cart region. Only the CXI's region matters to us. Necessary to get past region locking
std::optional<Regions> region = std::nullopt;
std::vector<u8> smdh;