Mercurial > sdl-ios-xcode
comparison src/audio/mint/SDL_mintaudio_mcsn.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 |
---|---|
393 SDL_MintAudio_mutex = 0; | 393 SDL_MintAudio_mutex = 0; |
394 | 394 |
395 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", SDL_MintAudio_audiobuf[0])); | 395 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", SDL_MintAudio_audiobuf[0])); |
396 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", SDL_MintAudio_audiobuf[1])); | 396 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", SDL_MintAudio_audiobuf[1])); |
397 | 397 |
398 SDL_MintAudio_CheckFpu(); | |
399 | |
398 /* Setup audio hardware */ | 400 /* Setup audio hardware */ |
399 Mint_InitAudio(this, spec); | 401 Mint_InitAudio(this, spec); |
400 | 402 |
401 return(1); /* We don't use SDL threaded audio */ | 403 return(1); /* We don't use SDL threaded audio */ |
402 } | 404 } |