mirror of
https://github.com/yawut/SDL.git
synced 2026-07-27 13:44:31 -05:00
Added some FIXMEs.
This commit is contained in:
parent
9391731cf9
commit
94fa3d973d
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user