Return the extension list in the router

This commit is contained in:
Chris Robinson 2017-06-29 08:55:44 -07:00
parent f08a7b341f
commit cee2d226d2

View File

@ -621,7 +621,7 @@ ALC_API const ALCchar* ALC_APIENTRY alcGetString(ALCdevice *device, ALCenum para
case ALC_OUT_OF_MEMORY: case ALC_OUT_OF_MEMORY:
return alcErrOutOfMemory; return alcErrOutOfMemory;
case ALC_EXTENSIONS: case ALC_EXTENSIONS:
return ""; return alcExtensionList;
case ALC_DEVICE_SPECIFIER: case ALC_DEVICE_SPECIFIER:
ClearDeviceList(&DevicesList); ClearDeviceList(&DevicesList);