mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Set the default log level.
This commit is contained in:
@@ -474,6 +474,10 @@ typedef mal_uint16 wchar_t;
|
|||||||
#define MAL_LOG_LEVEL_WARNING 2
|
#define MAL_LOG_LEVEL_WARNING 2
|
||||||
#define MAL_LOG_LEVEL_ERROR 1
|
#define MAL_LOG_LEVEL_ERROR 1
|
||||||
|
|
||||||
|
#ifndef MAL_LOG_LEVEL
|
||||||
|
#define MAL_LOG_LEVEL MAL_LOG_LEVEL_ERROR
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
// Thread priorties should be ordered such that the default priority of the worker thread is 0.
|
// Thread priorties should be ordered such that the default priority of the worker thread is 0.
|
||||||
typedef enum
|
typedef enum
|
||||||
|
|||||||
Reference in New Issue
Block a user