Mercurial > sdl-ios-xcode
comparison src/audio/mint/SDL_mintaudio_stfa.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 |
---|---|
312 SDL_MintAudio_mutex = 0; | 312 SDL_MintAudio_mutex = 0; |
313 | 313 |
314 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", SDL_MintAudio_audiobuf[0])); | 314 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", SDL_MintAudio_audiobuf[0])); |
315 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", SDL_MintAudio_audiobuf[1])); | 315 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", SDL_MintAudio_audiobuf[1])); |
316 | 316 |
317 SDL_MintAudio_CheckFpu(); | |
318 | |
317 /* Setup audio hardware */ | 319 /* Setup audio hardware */ |
318 Mint_InitAudio(this, spec); | 320 Mint_InitAudio(this, spec); |
319 | 321 |
320 return(1); /* We don't use threaded audio */ | 322 return(1); /* We don't use threaded audio */ |
321 } | 323 } |