|
|
|
@ -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
|
|
|
|
|