comparison src/audio/mint/SDL_mintaudio_xbios.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 492ff98822fd
children a1b03ba2fcd0
comparison
equal deleted inserted replaced
3864:ea2a327b92d7 3865:e958a003b69b
484 SDL_MintAudio_mutex = 0; 484 SDL_MintAudio_mutex = 0;
485 485
486 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", SDL_MintAudio_audiobuf[0])); 486 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", SDL_MintAudio_audiobuf[0]));
487 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", SDL_MintAudio_audiobuf[1])); 487 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", SDL_MintAudio_audiobuf[1]));
488 488
489 SDL_MintAudio_CheckFpu();
490
489 /* Setup audio hardware */ 491 /* Setup audio hardware */
490 Mint_InitAudio(this, spec); 492 Mint_InitAudio(this, spec);
491 493
492 return(1); /* We don't use SDL threaded audio */ 494 return(1); /* We don't use SDL threaded audio */
493 } 495 }