add new library app creator cmd 3

This commit is contained in:
Maufeat 2025-06-26 16:53:26 +02:00 committed by crueter
parent d250421904
commit 0d746d446a
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
6 changed files with 13 additions and 3 deletions

View file

@ -12,7 +12,7 @@ Applet::Applet(Core::System& system, std::unique_ptr<Process> process_, bool is_
process(std::move(process_)), hid_registration(system, *process),
gpu_error_detected_event(context), friend_invitation_storage_channel_event(context),
notification_storage_channel_event(context), health_warning_disappeared_system_event(context),
acquired_sleep_lock_event(context), pop_from_general_channel_event(context),
unkown210_event(context), acquired_sleep_lock_event(context), pop_from_general_channel_event(context),
library_applet_launchable_event(context), accumulated_suspended_tick_changed_event(context),
sleep_lock_event(context), state_changed_event(context) {