Merge pull request #3322 from MerryMage/DSP

audio_core: Remove global state
This commit is contained in:
James Rowe 2018-02-19 09:08:37 -07:00 committed by GitHub
commit 33fe6c30e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 714 additions and 657 deletions

View file

@ -3,7 +3,6 @@
// Refer to the license.txt file included.
#include <memory>
#include "audio_core/audio_core.h"
#include "audio_core/sink.h"
#include "audio_core/sink_details.h"
#include "citra_qt/configuration/configure_audio.h"