Implement APT::Initialize

This commit is contained in:
wheremyfoodat 2022-11-17 23:48:27 +02:00
parent 7b8cac8d43
commit 514ddf39bd
3 changed files with 21 additions and 1 deletions

View file

@ -14,6 +14,8 @@ class APTService {
Kernel& kernel;
std::optional<Handle> lockHandle = std::nullopt;
std::optional<Handle> notificationEvent = std::nullopt;
std::optional<Handle> resumeEvent = std::nullopt;
MAKE_LOG_FUNCTION(log, aptLogger)
@ -24,6 +26,7 @@ class APTService {
void checkNew3DS(u32 messagePointer);
void checkNew3DSApp(u32 messagePointer);
void enable(u32 messagePointer);
void initialize(u32 messagePointer);
void notifyToWait(u32 messagePointer);
void receiveParameter(u32 messagePointer);
void replySleepQuery(u32 messagePointer);