core: use nested namespaces

This commit is contained in:
tgsm 2019-02-18 20:34:18 -05:00
parent f409342ab5
commit 39e163b7ce
19 changed files with 40 additions and 80 deletions

View file

@ -34,8 +34,7 @@ struct hash<Service::APT::AppletId> {
};
} // namespace std
namespace HLE {
namespace Applets {
namespace HLE::Applets {
static std::unordered_map<Service::APT::AppletId, std::shared_ptr<Applet>> applets;
/// The CoreTiming event identifier for the Applet update callback.
@ -136,5 +135,4 @@ void Init() {
void Shutdown() {
Core::System::GetInstance().CoreTiming().RemoveEvent(applet_update_event);
}
} // namespace Applets
} // namespace HLE
} // namespace HLE::Applets