audio_core: Remove global state
This commit is contained in:
parent
dca5fd291f
commit
ab3d53131a
34 changed files with 711 additions and 650 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue