audio_core: Remove global state
This commit is contained in:
parent
dca5fd291f
commit
ab3d53131a
34 changed files with 711 additions and 650 deletions
|
@ -12,7 +12,7 @@
|
|||
#include "common/logging/log.h"
|
||||
#include "core/memory.h"
|
||||
|
||||
namespace DSP {
|
||||
namespace AudioCore {
|
||||
namespace HLE {
|
||||
|
||||
SourceStatus::Status Source::Tick(SourceConfiguration::Configuration& config,
|
||||
|
@ -345,4 +345,4 @@ SourceStatus::Status Source::GetCurrentStatus() {
|
|||
}
|
||||
|
||||
} // namespace HLE
|
||||
} // namespace DSP
|
||||
} // namespace AudioCore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue