Mercurial > repos > blastem
view cue.h @ 2100:539450d905b3
Fix CDD PLAY command and CDD fader sample alignment
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Wed, 09 Feb 2022 23:39:03 -0800 |
parents | 3f29e2726522 |
children |
line wrap: on
line source
#ifndef CUE_H_ #define CUE_H_ uint8_t parse_cue(system_media *media); uint32_t make_iso_media(system_media *media, const char *filename); #endif //CUE_H_