Cryru / Emotion

A game engine.
MIT License
56 stars 5 forks source link

Implement default device change detection in OpenAL #83

Open Cryru opened 2 years ago

Cryru commented 2 years ago

OpenAL currently doesn't detect changes to the default output device, and it seems it's a giant drag to get this to work properly. Would this require extensions? Compiling dlls for all platforms of a later version?

It seems that GetString also returns false data when asked about the default device. Sigh...