audio_core: Remove global state

This commit is contained in:
MerryMage 2017-12-20 18:44:32 +00:00
parent dca5fd291f
commit ab3d53131a
34 changed files with 711 additions and 650 deletions

View file

@ -4,14 +4,12 @@
#include <cstddef>
#include "audio_core/hle/common.h"
#include "audio_core/hle/dsp.h"
#include "audio_core/hle/mixers.h"
#include "common/assert.h"
#include "common/logging/log.h"
#include "common/math_util.h"
namespace DSP {
namespace AudioCore {
namespace HLE {
void Mixers::Reset() {
@ -207,4 +205,4 @@ DspStatus Mixers::GetCurrentStatus() const {
}
} // namespace HLE
} // namespace DSP
} // namespace AudioCore