Added some FIXMEs.
This commit is contained in:
parent
26f05bd076
commit
0dea877a78
2 changed files with 4 additions and 1 deletions
|
@ -45,9 +45,11 @@ typedef struct SDL_AudioDriverImpl
|
|||
void (*UnlockDevice) (_THIS);
|
||||
void (*Deinitialize) (void);
|
||||
|
||||
/* !!! FIXME: add pause(), so we can optimize instead of mixing silence. */
|
||||
|
||||
/* Some flags to push duplicate code into the core and reduce #ifdefs. */
|
||||
int ProvidesOwnCallbackThread;
|
||||
int SkipMixerLock;
|
||||
int SkipMixerLock; /* !!! FIXME: do we need this anymore? */
|
||||
int HasCaptureSupport;
|
||||
int OnlyHasDefaultOutputDevice;
|
||||
int OnlyHasDefaultInputDevice;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue