mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
map 0xA5 to 11025 Hz, too
svn-id: r10129
This commit is contained in:
parent
2c67f7b32f
commit
555dae9fee
@ -50,7 +50,7 @@ struct VocBlockHeader {
|
||||
|
||||
|
||||
static inline int getSampleRateFromVOCRate(int vocSR) {
|
||||
if (vocSR == 0xa6) {
|
||||
if (vocSR == 0xa5 || vocSR == 0xa6) {
|
||||
return 11025;
|
||||
} else if (vocSR == 0xd2 || vocSR == 0xd3) {
|
||||
return 22050;
|
||||
|
Loading…
x
Reference in New Issue
Block a user