audio_core: use nested namespaces
This commit is contained in:
parent
f409342ab5
commit
a400e49338
13 changed files with 26 additions and 52 deletions
|
@ -18,8 +18,7 @@ namespace Memory {
|
|||
class MemorySystem;
|
||||
}
|
||||
|
||||
namespace AudioCore {
|
||||
namespace HLE {
|
||||
namespace AudioCore::HLE {
|
||||
|
||||
/**
|
||||
* This module performs:
|
||||
|
@ -153,5 +152,4 @@ private:
|
|||
SourceStatus::Status GetCurrentStatus();
|
||||
};
|
||||
|
||||
} // namespace HLE
|
||||
} // namespace AudioCore
|
||||
} // namespace AudioCore::HLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue