Magic numbers for sound freq changed to defines

This commit is contained in:
Jasmine Iwanek
2022-11-06 23:45:35 -05:00
parent ba7e359335
commit e39dde3413
15 changed files with 36 additions and 23 deletions

View File

@@ -34,7 +34,7 @@
#include <86box/midi.h>
#include <86box/sound.h>
#define FREQ 48000
#define FREQ SOUND_FREQ
#define BUFLEN SOUNDBUFLEN
ALuint buffers[4]; /* front and back buffers */