mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
* Start to fill in save related classes
* Fix silly bug in WiiSave * Fix typos in Utilitiy.*
This commit is contained in:
@@ -61,11 +61,9 @@ public:
|
||||
*/
|
||||
void writeFile(MCFile* file);
|
||||
|
||||
static atUint16 calculateChecksum(atUint8* data, atUint32 length);
|
||||
private:
|
||||
atUint16 calculateSlotChecksum(atUint32 game);
|
||||
atUint16 calculateChecksum(atUint8* data, atUint32 length);
|
||||
atUint8* reverse(atUint8* data, atUint32 length);
|
||||
void unscramble();
|
||||
};
|
||||
|
||||
} // io
|
||||
|
||||
Reference in New Issue
Block a user