Switch back from Qt Multimedia to SDL for audio configuration detection. Qt is also broken, but just broken in a way that always reports stereo

This commit is contained in:
Cameron Gutman 2018-09-22 16:20:00 -07:00
commit 14ec0259df
3 changed files with 30 additions and 14 deletions

View file

@ -1,7 +1,6 @@
#include "../session.hpp"
#include "renderers/renderer.h"
#include "renderers/sdl.h"
#include "renderers/qtaud.h"
#include <Limelight.h>