Debug logging: add sound category
This commit is contained in:
@@ -47,6 +47,7 @@ int _debug_desync_level;
|
||||
int _debug_yapfdesync_level;
|
||||
int _debug_console_level;
|
||||
int _debug_linkgraph_level;
|
||||
int _debug_sound_level;
|
||||
#ifdef RANDOM_DEBUG
|
||||
int _debug_random_level;
|
||||
#endif
|
||||
@@ -77,6 +78,7 @@ struct DebugLevel {
|
||||
DEBUG_LEVEL(yapfdesync),
|
||||
DEBUG_LEVEL(console),
|
||||
DEBUG_LEVEL(linkgraph),
|
||||
DEBUG_LEVEL(sound),
|
||||
#ifdef RANDOM_DEBUG
|
||||
DEBUG_LEVEL(random),
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user