mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Core: Use nested namespace specifiers where applicable
Same thing, less visual noise.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user