Mercurial > sdl-ios-xcode
comparison src/audio/mint/SDL_mintaudio_gsxb.c @ 2942:1e431c2631ee
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 01 Jan 2009 08:21:19 +0000 |
parents | 2929ed239d2a |
children |
comparison
equal
deleted
inserted
replaced
2941:1d2bc7259f30 | 2942:1e431c2631ee |
---|---|
431 impl->UnlockDevice = MINTGSXB_UnlockDevice; | 431 impl->UnlockDevice = MINTGSXB_UnlockDevice; |
432 impl->OnlyHasDefaultOutputDevice = 1; | 432 impl->OnlyHasDefaultOutputDevice = 1; |
433 impl->ProvidesOwnCallbackThread = 1; | 433 impl->ProvidesOwnCallbackThread = 1; |
434 impl->SkipMixerLock = 1; | 434 impl->SkipMixerLock = 1; |
435 | 435 |
436 return 2; /* 2 == definitely has an audio device. */ | 436 return 2; /* 2 == definitely has an audio device. */ |
437 } | 437 } |
438 | 438 |
439 AudioBootStrap MINTAUDIO_GSXB_bootstrap = { | 439 AudioBootStrap MINTAUDIO_GSXB_bootstrap = { |
440 MINT_AUDIO_DRIVER_NAME, "MiNT GSXB audio driver", MINTGSXB_Init, 0 | 440 MINT_AUDIO_DRIVER_NAME, "MiNT GSXB audio driver", MINTGSXB_Init, 0 |
441 }; | 441 }; |