Skip to content

Commit

Permalink
Enable Xbios audio for Magic
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Apr 26, 2009
1 parent da622d9 commit 402d066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/audio/mint/SDL_mintaudio_xbios.c
Expand Up @@ -86,9 +86,9 @@ static int Audio_Available(void)
SDL_MintAudio_mint_present = SDL_FALSE;

/* We can't use XBIOS in interrupt with Magic, don't know about thread */
if (Getcookie(C_MagX, &dummy) == C_FOUND) {
/*if (Getcookie(C_MagX, &dummy) == C_FOUND) {
return(0);
}
}*/

/* Check if user asked a different audio driver */
if ((envr) && (SDL_strcmp(envr, MINT_AUDIO_DRIVER_NAME)!=0)) {
Expand Down

0 comments on commit 402d066

Please sign in to comment.