slightly more wordy explanations for XA

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@99 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-05-11 01:49:52 +00:00
parent 3916402f35
commit 4a00c844b8

View File

@ -468,9 +468,11 @@ void describe_vgmstream(VGMSTREAM * vgmstream, char * desc, int length) {
snprintf(temp,TEMPSIZE,"Gamecube \"AFC\" 4-bit ADPCM");
break;
case coding_PSX:
case coding_XA:
snprintf(temp,TEMPSIZE,"Playstation 4-bit ADPCM");
break;
case coding_XA:
snprintf(temp,TEMPSIZE,"CD-ROM XA 4-bit ADPCM");
break;
default:
snprintf(temp,TEMPSIZE,"CANNOT DECODE");
}
@ -499,7 +501,7 @@ void describe_vgmstream(VGMSTREAM * vgmstream, char * desc, int length) {
snprintf(temp,TEMPSIZE,"HALPST blocked");
break;
case layout_xa_blocked:
snprintf(temp,TEMPSIZE,"CD-XA");
snprintf(temp,TEMPSIZE,"CD-ROM XA");
break;
default:
snprintf(temp,TEMPSIZE,"INCONCEIVABLE");