mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
Core: Use nested namespace specifiers where applicable
Same thing, less visual noise.
This commit is contained in:
parent
b3525ad774
commit
32bacfa4bd
52 changed files with 107 additions and 280 deletions
|
@ -12,9 +12,7 @@
|
|||
|
||||
#include <type_traits>
|
||||
|
||||
namespace HLE
|
||||
{
|
||||
namespace SystemVABI
|
||||
namespace HLE::SystemVABI
|
||||
{
|
||||
// SFINAE
|
||||
template <typename T>
|
||||
|
@ -172,5 +170,4 @@ private:
|
|||
double GetFPR(u32 fpr) const override;
|
||||
};
|
||||
|
||||
} // namespace SystemVABI
|
||||
} // namespace HLE
|
||||
} // namespace HLE::SystemVABI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue