mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-06-19 04:57:55 +00:00
audio: first attempt at rewriting the channel converters.
This is not ready for production use!
This commit is contained in:
parent
be3a945a8b
commit
257277903e
|
@ -25,7 +25,7 @@
|
||||||
#include "../SDL_internal.h"
|
#include "../SDL_internal.h"
|
||||||
|
|
||||||
#ifndef DEBUG_CONVERT
|
#ifndef DEBUG_CONVERT
|
||||||
#define DEBUG_CONVERT 0
|
#define DEBUG_CONVERT 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if DEBUG_CONVERT
|
#if DEBUG_CONVERT
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue