no it will not work this way

This commit is contained in:
georgemoralis 2026-02-12 17:45:57 +02:00
parent 0ddae1219d
commit e18d160912

View File

@ -77,7 +77,7 @@ public:
}
// Get device list
const ALCchar* devices = alcGetString(nullptr, ALC_ALL_DEVICES_SPECIFIER);
const ALCchar* devices = alcGetString(nullptr, ALC_DEVICE_SPECIFIER);
if (!devices) {
return devices_list;
}