diff src/audio/mint/SDL_mintaudio_gsxb.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 5b5e549382b3
children a1b03ba2fcd0
line wrap: on
line diff
--- a/src/audio/mint/SDL_mintaudio_gsxb.c	Sat Sep 16 09:15:11 2006 +0000
+++ b/src/audio/mint/SDL_mintaudio_gsxb.c	Sat Sep 16 10:38:09 2006 +0000
@@ -406,6 +406,8 @@
 	DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", SDL_MintAudio_audiobuf[0]));
 	DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", SDL_MintAudio_audiobuf[1]));
 
+	SDL_MintAudio_CheckFpu();
+
 	/* Setup audio hardware */
 	Mint_InitAudio(this, spec);