Files
mm/tools/buildtools/n64chksum.h
T
EllipticEllipsis ea83e49e6e Fado, part 2 (#1012)
* Makefile adjustments and additions to build fado

* Fix typo in makefile

* Fix it, maybe?

* Update build tools

* Update build tools

* rm cfg files
2022-12-06 21:15:23 -05:00

7 lines
130 B
C

#ifndef N64CHKSUM_H
#define N64CHKSUM_H
bool n64chksum_calculate(const uint8_t* romData, int cicType, uint32_t* chksum);
#endif