mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
6 lines
208 B
C
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);
|