mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 00:09:11 +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
|
@ -17,13 +17,11 @@ namespace DiscIO
|
|||
{
|
||||
class WiiWAD;
|
||||
}
|
||||
namespace IOS
|
||||
{
|
||||
namespace HLE
|
||||
|
||||
namespace IOS::HLE
|
||||
{
|
||||
class Kernel;
|
||||
}
|
||||
} // namespace IOS
|
||||
|
||||
namespace WiiUtils
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue