audio_core: use nested namespaces
This commit is contained in:
parent
f409342ab5
commit
a400e49338
13 changed files with 26 additions and 52 deletions
|
@ -8,8 +8,7 @@
|
|||
#include "common/assert.h"
|
||||
#include "common/logging/log.h"
|
||||
|
||||
namespace AudioCore {
|
||||
namespace HLE {
|
||||
namespace AudioCore::HLE {
|
||||
|
||||
void Mixers::Reset() {
|
||||
current_frame.fill({});
|
||||
|
@ -203,5 +202,4 @@ DspStatus Mixers::GetCurrentStatus() const {
|
|||
return status;
|
||||
}
|
||||
|
||||
} // namespace HLE
|
||||
} // namespace AudioCore
|
||||
} // namespace AudioCore::HLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue