aboutsummaryrefslogtreecommitdiffstats
path: root/alc/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/context.h')
-rw-r--r--alc/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/alc/context.h b/alc/context.h
index 031e061e..c626160b 100644
--- a/alc/context.h
+++ b/alc/context.h
@@ -6,6 +6,7 @@
#include <memory>
#include <mutex>
#include <stdint.h>
+#include <unordered_map>
#include <utility>
#include "AL/al.h"
@@ -145,6 +146,7 @@ struct ALCcontext : public al::intrusive_ref<ALCcontext>, ContextBase {
ALDEBUGPROCSOFT mDebugCb{};
void *mDebugParam{nullptr};
std::vector<uint> mDebugFilters;
+ std::unordered_map<uint,std::vector<uint>> mDebugIdFilters;
std::deque<LogEntry> mDebugLog;
ALlistener mListener{};