mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 04:13:47 +01:00
fixed NGC STR Description
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@202 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
1f8dca2256
commit
a25e86e359
@ -749,6 +749,9 @@ void describe_vgmstream(VGMSTREAM * vgmstream, char * desc, int length) {
|
||||
break;
|
||||
case meta_XBOX_RIFF:
|
||||
snprintf(temp,TEMPSIZE,"Xbox RIFF/WAVE file with 0x0069 Codec ID");
|
||||
break;
|
||||
case meta_DSP_STR:
|
||||
snprintf(temp,TEMPSIZE,"assumed Conan Gamecube STR File by .str extension");
|
||||
break;
|
||||
default:
|
||||
snprintf(temp,TEMPSIZE,"THEY SHOULD HAVE SENT A POET");
|
||||
|
Loading…
x
Reference in New Issue
Block a user