From b4efa72218d894af9a449993eb5d28a98998c5e3 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 7 Oct 2017 03:06:15 -0700 Subject: [PATCH] Get a device's full name by default --- include/AL/alure2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/AL/alure2.h b/include/AL/alure2.h index 7822586..16646d7 100644 --- a/include/AL/alure2.h +++ b/include/AL/alure2.h @@ -437,7 +437,7 @@ class ALURE_API Device { public: /** Retrieves the device name as given by type. */ - String getName(PlaybackName type=PlaybackName::Basic) const; + String getName(PlaybackName type=PlaybackName::Full) const; /** Queries the existence of an ALC extension on this device. */ bool queryExtension(const String &name) const; -- 2.11.4.GIT