comparison src/audio/mint/SDL_mintaudio_dma8.c @ 3865:e958a003b69b SDL-1.2

Add function to check FPU presence
author Patrice Mandin <patmandin@gmail.com>
date Sat, 16 Sep 2006 10:38:09 +0000
parents 405a192b68e7
children a1b03ba2fcd0
comparison
equal deleted inserted replaced
3864:ea2a327b92d7 3865:e958a003b69b
350 SDL_MintAudio_mutex = 0; 350 SDL_MintAudio_mutex = 0;
351 351
352 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", SDL_MintAudio_audiobuf[0])); 352 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", SDL_MintAudio_audiobuf[0]));
353 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", SDL_MintAudio_audiobuf[1])); 353 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", SDL_MintAudio_audiobuf[1]));
354 354
355 SDL_MintAudio_CheckFpu();
356
355 /* Setup audio hardware */ 357 /* Setup audio hardware */
356 Mint_InitAudio(this, spec); 358 Mint_InitAudio(this, spec);
357 359
358 return(1); /* We don't use threaded audio */ 360 return(1); /* We don't use threaded audio */
359 } 361 }