mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
more
This commit is contained in:
parent
1b9f2d49b3
commit
8a559a76e1
@ -11,6 +11,7 @@
|
||||
//#include "beep.h"
|
||||
#include "getsnd.h"
|
||||
|
||||
#if 0
|
||||
|
||||
SOUNDCFG soundcfg;
|
||||
|
||||
@ -37,7 +38,6 @@ typedef struct {
|
||||
|
||||
static SNDSTREAM sndstream;
|
||||
|
||||
#if 0
|
||||
static void streamreset(void) {
|
||||
|
||||
SNDCSEC_ENTER;
|
||||
@ -64,10 +64,7 @@ static void streamprepare(UINT samples) {
|
||||
sndstream.remain -= count;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(SUPPORT_WAVEREC)
|
||||
// ---- wave rec
|
||||
|
||||
BOOL sound_recstart(const OEMCHAR *filename) {
|
||||
@ -164,12 +161,7 @@ static void filltailsample(UINT count) {
|
||||
} while(--count);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
// ----
|
||||
|
||||
#if 0
|
||||
BOOL sound_create(UINT rate, UINT ms) {
|
||||
|
||||
UINT samples;
|
||||
|
Loading…
x
Reference in New Issue
Block a user