mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-01 07:30:45 +00:00
Refactor : excise deadc0de
This commit is contained in:
parent
1707c60701
commit
49d2fe6e09
@ -166,36 +166,6 @@ typedef struct DSBUFFERDESC {
|
||||
LPWAVEFORMATEX lpwfxFormat;
|
||||
} DSBUFFERDESC;
|
||||
|
||||
typedef unsigned long DSCAPS_MASK;
|
||||
typedef struct _DSCAPS
|
||||
{
|
||||
unsigned long dwSize;
|
||||
DSCAPS_MASK dwFlags;
|
||||
unsigned long dwMinSecondarySampleRate;
|
||||
unsigned long dwMaxSecondarySampleRate;
|
||||
unsigned long dwPrimaryBuffers;
|
||||
unsigned long dwMaxHwMixingAllBuffers;
|
||||
unsigned long dwMaxHwMixingStaticBuffers;
|
||||
unsigned long dwMaxHwMixingStreamingBuffers;
|
||||
unsigned long dwFreeHwMixingAllBuffers;
|
||||
unsigned long dwFreeHwMixingStaticBuffers;
|
||||
unsigned long dwFreeHwMixingStreamingBuffers;
|
||||
unsigned long dwMaxHw3DAllBuffers;
|
||||
unsigned long dwMaxHw3DStaticBuffers;
|
||||
unsigned long dwMaxHw3DStreamingBuffers;
|
||||
unsigned long dwFreeHw3DAllBuffers;
|
||||
unsigned long dwFreeHw3DStaticBuffers;
|
||||
unsigned long dwFreeHw3DStreamingBuffers;
|
||||
unsigned long dwTotalHwMemBytes;
|
||||
unsigned long dwFreeHwMemBytes;
|
||||
unsigned long dwMaxContigFreeHwMemBytes;
|
||||
unsigned long dwUnlockTransferRateHwBuffers;
|
||||
unsigned long dwPlayCpuOverheadSwBuffers;
|
||||
unsigned long dwReserved1;
|
||||
unsigned long dwReserved2;
|
||||
} DSCAPS, *LPDSCAPS;
|
||||
typedef DSCAPS *LPCDSCAPS;
|
||||
|
||||
typedef struct IDirectSound {
|
||||
|
||||
void *implementation_specific;
|
||||
|
@ -32,22 +32,6 @@
|
||||
typedef struct IDirectSoundBuffer ALSoundBufferStruct;
|
||||
|
||||
typedef struct DSBUFFERDESC ALBufferParamsStruct;
|
||||
/*
|
||||
unsigned long dwSize;
|
||||
unsigned long dwFlags;
|
||||
unsigned long dwBufferBytes;
|
||||
unsigned long dwReserved;
|
||||
LPWAVEFORMATEX lpwfxFormat
|
||||
{
|
||||
uint16_t wFormatTag;
|
||||
uint16_t nChannels;
|
||||
unsigned long nSamplesPerSec;
|
||||
unsigned long nAvgBytesPerSec;
|
||||
uint16_t nBlockAlign;
|
||||
uint16_t wBitsPerSample;
|
||||
uint16_t cbSize;
|
||||
}
|
||||
*/
|
||||
|
||||
struct ALPlayBuf;
|
||||
typedef struct ALPlayBuf {
|
||||
|
Loading…
Reference in New Issue
Block a user