mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-26 00:19:12 +12:00
NCCH: Remove unused saveData member
This commit is contained in:
parent
906abe0fb3
commit
04d6c52784
2 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue