diff options
Diffstat (limited to 'core/device.h')
-rw-r--r-- | core/device.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/device.h b/core/device.h index 33cdfe89..b088e130 100644 --- a/core/device.h +++ b/core/device.h @@ -165,6 +165,11 @@ enum { // ear buds, etc). DirectEar, + /* Specifies if output is using speaker virtualization (e.g. Windows + * Spatial Audio). + */ + Virtualization, + DeviceFlagsCount }; |