1 #ifndef WIISAVEREADER_HPP 2 #define WIISAVEREADER_HPP 4 #include "athena/Global.hpp" 5 #include "athena/MemoryReader.hpp" 26 MEMORYCOPYREADER_BASE();
49 WiiImage* readImage(atUint32 width, atUint32 height);
50 void readCerts(atUint32 totalSize);
51 WiiFile* buildTree(std::vector<WiiFile*> files);
56 #endif // WIISAVEREADER_HPP
Wii file container class.
Wii banner container class.
std::unique_ptr< WiiSave > readSave()
readSave
WiiSaveReader(const atUint8 *, atUint64)
This constructor takes an existing buffer to read from.
Wii data.bin reader class.