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
commit 32bacfa4bd
52 changed files with 107 additions and 280 deletions

View file

@ -17,13 +17,11 @@ namespace DiscIO
{
class WiiWAD;
}
namespace IOS
{
namespace HLE
namespace IOS::HLE
{
class Kernel;
}
} // namespace IOS
namespace WiiUtils
{