comparison src/audio/nds/SDL_ndsaudio.c @ 2942:1e431c2631ee

indent
author Sam Lantinga <slouken@libsdl.org>
date Thu, 01 Jan 2009 08:21:19 +0000
parents 2929ed239d2a
children f7b03b6838cb
comparison
equal deleted inserted replaced
2941:1d2bc7259f30 2942:1e431c2631ee
118 /* and the capabilities */ 118 /* and the capabilities */
119 impl->HasCaptureSupport = 1; 119 impl->HasCaptureSupport = 1;
120 impl->OnlyHasDefaultOutputDevice = 1; 120 impl->OnlyHasDefaultOutputDevice = 1;
121 impl->OnlyHasDefaultInputDevice = 1; 121 impl->OnlyHasDefaultInputDevice = 1;
122 122
123 return 2; /* 2 == definitely has an audio device. */ 123 return 2; /* 2 == definitely has an audio device. */
124 } 124 }
125 125
126 AudioBootStrap NDSAUD_bootstrap = { 126 AudioBootStrap NDSAUD_bootstrap = {
127 "nds", "SDL NDS audio driver", NDSAUD_Init, 0 /*1? */ 127 "nds", "SDL NDS audio driver", NDSAUD_Init, 0 /*1? */
128 }; 128 };