diff options
Diffstat (limited to 'core/device.h')
-rw-r--r-- | core/device.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/device.h b/core/device.h index e9596bb4..48d04f77 100644 --- a/core/device.h +++ b/core/device.h @@ -57,9 +57,11 @@ enum class RenderMode : unsigned char { }; enum class StereoEncoding : unsigned char { - Normal, + Basic, Uhj, - Hrtf + Hrtf, + + Default = Basic }; |