equal
deleted
inserted
replaced
20 slouken@libsdl.org |
20 slouken@libsdl.org |
21 */ |
21 */ |
22 |
22 |
23 /* This provides the default mixing callback for the SDL audio routines */ |
23 /* This provides the default mixing callback for the SDL audio routines */ |
24 |
24 |
|
25 #include "SDL_cpuinfo.h" |
|
26 #include "SDL_timer.h" |
25 #include "SDL_audio.h" |
27 #include "SDL_audio.h" |
26 #include "SDL_mutex.h" |
|
27 #include "SDL_timer.h" |
|
28 #include "SDL_cpuinfo.h" |
|
29 #include "SDL_sysaudio.h" |
28 #include "SDL_sysaudio.h" |
30 #include "SDL_cpuinfo.h" |
|
31 #include "SDL_mixer_MMX.h" |
29 #include "SDL_mixer_MMX.h" |
32 #include "SDL_mixer_MMX_VC.h" |
30 #include "SDL_mixer_MMX_VC.h" |
33 #include "SDL_mixer_m68k.h" |
31 #include "SDL_mixer_m68k.h" |
34 |
32 |
35 /* This table is used to add two sound values together and pin |
33 /* This table is used to add two sound values together and pin |