Mercurial > sdl-ios-xcode
comparison src/audio/mint/SDL_mintaudio_dma8.c @ 962:176240cf4405
Forgot to disable debug messages
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Fri, 29 Oct 2004 11:19:03 +0000 |
parents | 185acc07127a |
children | 2911ff0a32bb |
comparison
equal
deleted
inserted
replaced
961:185acc07127a | 962:176240cf4405 |
---|---|
51 | 51 |
52 #define MINT_AUDIO_DRIVER_NAME "mint_dma8" | 52 #define MINT_AUDIO_DRIVER_NAME "mint_dma8" |
53 | 53 |
54 /* Debug print info */ | 54 /* Debug print info */ |
55 #define DEBUG_NAME "audio:dma8: " | 55 #define DEBUG_NAME "audio:dma8: " |
56 #if 1 | 56 #if 0 |
57 #define DEBUG_PRINT(what) \ | 57 #define DEBUG_PRINT(what) \ |
58 { \ | 58 { \ |
59 printf what; \ | 59 printf what; \ |
60 } | 60 } |
61 #else | 61 #else |