pureikyubu/SRC/DVD/GCM.h
2020-08-06 22:18:38 +03:00

6 lines
208 B
C

// very simple GCM reading (for .gcm files)
// externals for DVD callbacks (see DVD.h)
bool GCMMountFile(const wchar_t *file);
void GCMSeek(int position);
bool GCMRead(uint8_t *buf, size_t length);