mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-07 10:15:22 -04:00
ea83e49e6e
* Makefile adjustments and additions to build fado * Fix typo in makefile * Fix it, maybe? * Update build tools * Update build tools * rm cfg files
7 lines
130 B
C
7 lines
130 B
C
#ifndef N64CHKSUM_H
|
|
#define N64CHKSUM_H
|
|
|
|
bool n64chksum_calculate(const uint8_t* romData, int cicType, uint32_t* chksum);
|
|
|
|
#endif
|