mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
Core: Use nested namespace specifiers where applicable
Same thing, less visual noise.
This commit is contained in:
@ -17,13 +17,11 @@ namespace DiscIO
|
||||
{
|
||||
class WiiWAD;
|
||||
}
|
||||
namespace IOS
|
||||
{
|
||||
namespace HLE
|
||||
|
||||
namespace IOS::HLE
|
||||
{
|
||||
class Kernel;
|
||||
}
|
||||
} // namespace IOS
|
||||
|
||||
namespace WiiUtils
|
||||
{
|
||||
|
Reference in New Issue
Block a user