GodMode9i/arm9/source/ndsInfo.h
Pk11 65d65eae41
Add viewing NDS file info (#102)
* Add viewing NDS file info

* Fix breaking SysNAND reads
2021-07-17 21:16:55 -06:00

7 lines
79 B
C

#ifndef NDS_INFO_H
#define NDS_INFO_H
void ndsInfo(const char *path);
#endif