mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 04:13:47 +01:00
wrong type in prototype
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@153 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
fb0e5b5559
commit
0e5b0a0931
@ -5,7 +5,7 @@
|
||||
/* Sony PSX CD-XA */
|
||||
/* No looped file ! */
|
||||
|
||||
off_t init_xa_channel(int channel,VGMSTREAM* vgmstream);
|
||||
off_t init_xa_channel(int channel,STREAMFILE *infile);
|
||||
|
||||
uint8_t AUDIO_CODING_GET_STEREO(uint8_t value) {
|
||||
return (uint8_t)(value & 3);
|
||||
|
Loading…
x
Reference in New Issue
Block a user