Formatting

This commit is contained in:
Ivan Epifanov
2021-03-08 19:28:58 +03:00
committed by Sam Lantinga
parent 4f9fde8766
commit a4ddb175f1
13 changed files with 281 additions and 289 deletions

View File

@@ -172,10 +172,6 @@ VITAAUD_Init(SDL_AudioDriverImpl * impl)
impl->OnlyHasDefaultInputDevice = 1;
*/
/*
impl->DetectDevices = DSOUND_DetectDevices;
impl->Deinitialize = DSOUND_Deinitialize;
*/
return 1; /* this audio target is available. */
}

View File

@@ -41,5 +41,5 @@ struct SDL_PrivateAudioData {
};
#endif /* _SDL_vitaaudio_h */
/* vim: ts=4 sw=4
*/
/* vi: set ts=4 sw=4 expandtab: */