core: use nested namespaces
This commit is contained in:
parent
f409342ab5
commit
39e163b7ce
19 changed files with 40 additions and 80 deletions
|
@ -7,8 +7,7 @@
|
|||
#include "core/hle/applets/applet.h"
|
||||
#include "core/hle/kernel/shared_memory.h"
|
||||
|
||||
namespace HLE {
|
||||
namespace Applets {
|
||||
namespace HLE::Applets {
|
||||
|
||||
class ErrEula final : public Applet {
|
||||
public:
|
||||
|
@ -26,5 +25,4 @@ private:
|
|||
Kernel::SharedPtr<Kernel::SharedMemory> framebuffer_memory;
|
||||
};
|
||||
|
||||
} // namespace Applets
|
||||
} // namespace HLE
|
||||
} // namespace HLE::Applets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue