mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 05:34:42 +01:00
General: Convert multiple namespace specifiers to nested namespace specifiers where applicable
Makes namespacing a little less noisy
This commit is contained in:
parent
7abd673a49
commit
67443efb62
130 changed files with 264 additions and 532 deletions
|
|
@ -14,8 +14,7 @@
|
|||
#include "common/bit_util.h"
|
||||
#include "common/mp.h"
|
||||
|
||||
namespace Dynarmic {
|
||||
namespace Decoder {
|
||||
namespace Dynarmic::Decoder {
|
||||
namespace detail {
|
||||
|
||||
/**
|
||||
|
|
@ -163,5 +162,4 @@ public:
|
|||
};
|
||||
|
||||
} // namespace detail
|
||||
} // namespace Decoder
|
||||
} // namespace Dynarmic
|
||||
} // namespace Dynarmic::Decoder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue