Core: Use nested namespace specifiers where applicable

Same thing, less visual noise.
This commit is contained in:
Lioncash
2019-06-17 16:21:31 -04:00
parent b3525ad774
commit 32bacfa4bd
52 changed files with 107 additions and 280 deletions

View File

@ -57,9 +57,7 @@
#include "Core/PowerPC/PowerPC.h"
#include "Core/WiiRoot.h"
namespace IOS
{
namespace HLE
namespace IOS::HLE
{
static std::unique_ptr<EmulationKernel> s_ios;
@ -801,5 +799,4 @@ EmulationKernel* GetIOS()
{
return s_ios.get();
}
} // namespace HLE
} // namespace IOS
} // namespace IOS::HLE