pureikyubu/SRC/DVD/GCM.h
2020-04-05 15:24:30 +03:00

4 lines
161 B
C

// externals for DVD callbacks (see DVD.h)
bool GCMMountFile(const TCHAR *file);
void GCMSeek(int position);
bool GCMRead(uint8_t *buf, size_t length);