mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-13 18:20:50 +01:00
bnk_sony: fix warning
This commit is contained in:
parent
57a9611dad
commit
31cfb1d9d8
@ -254,7 +254,7 @@ VGMSTREAM* init_vgmstream_bnk_sony(STREAMFILE* sf) {
|
|||||||
case 0x04:
|
case 0x04:
|
||||||
case 0x05:
|
case 0x05:
|
||||||
case 0x08:
|
case 0x08:
|
||||||
case 0x09:
|
case 0x09: {
|
||||||
/* "tone" */
|
/* "tone" */
|
||||||
/* 0x00: priority */
|
/* 0x00: priority */
|
||||||
/* 0x01: volume */
|
/* 0x01: volume */
|
||||||
@ -306,7 +306,7 @@ VGMSTREAM* init_vgmstream_bnk_sony(STREAMFILE* sf) {
|
|||||||
* 8000 + pitch -48.00 > center=0x74, fine=0x7c
|
* 8000 + pitch -48.00 > center=0x74, fine=0x7c
|
||||||
*/
|
*/
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
case 0x0d:
|
case 0x0d:
|
||||||
case 0x0e:
|
case 0x0e:
|
||||||
case 0x0f:
|
case 0x0f:
|
||||||
|
Loading…
Reference in New Issue
Block a user