Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added some FIXMEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 4, 2011
1 parent bc3d2ea commit f05d333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/audio/SDL_sysaudio.h
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/audio/qsa/SDL_qsa_audio.c
Expand Up @@ -113,6 +113,7 @@ QSA_CheckBuggyCards(_THIS, unsigned long checkfor)
return 0;
}

/* !!! FIXME: does this need to be here? Does the SDL version not work? */
static void
QSA_ThreadInit(_THIS)
{
Expand Down

0 comments on commit f05d333

Please sign in to comment.