mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
sound always bad don't give up
This commit is contained in:
+2
-2
@@ -294,8 +294,8 @@ int PLATFORM_SoundSetup(Sound_setup_t *setup)
|
||||
{
|
||||
//force 16 bit stereo sound at 44100
|
||||
setup->freq=44100;
|
||||
setup->sample_size=1;
|
||||
setup->channels=1;
|
||||
setup->sample_size=2;
|
||||
setup->channels=2;
|
||||
// setup->buffer_ms=20;
|
||||
setup->buffer_frames = 1024;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user