mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
Oddly enough, setting the sound hardware to 44100 gives correct sound, even though the software is set to generate sound for 22050...
svn-id: r5176
This commit is contained in:
parent
005696bc4b
commit
3a34fa8288
@ -30,7 +30,7 @@ EXTERN_C void *memcpy4(void *s1, const void *s2, unsigned int n);
|
||||
void initSound()
|
||||
{
|
||||
stop_sound();
|
||||
do_sound_command(CMD_SET_FREQ_EXP(FREQ_22050_EXP));
|
||||
do_sound_command(CMD_SET_FREQ_EXP(FREQ_44100_EXP));
|
||||
do_sound_command(CMD_SET_BUFFER(3));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user