Backup Noumi's Home Menu changes from her deleted repo

Co-Authored-By: Noumi <139501014+noumidev@users.noreply.github.com>
This commit is contained in:
wheremyfoodat 2024-12-09 20:29:50 +02:00
parent 6be642a118
commit 38ef0dbe4c
32 changed files with 661 additions and 34 deletions

View file

@ -13,9 +13,14 @@ class AMService {
MAKE_LOG_FUNCTION(log, amLogger)
// Service commands
void checkContentRights(u32 messagePointer);
void getDLCTitleInfo(u32 messagePointer);
void getPatchTitleInfo(u32 messagePointer);
void getProgramInfos(u32 messagePointer);
void getProgramList(u32 messagePointer);
void getTicketList(u32 messagePointer);
void listTitleInfo(u32 messagePointer);
void needsCleanup(u32 messagePointer);
public:
AMService(Memory& mem) : mem(mem) {}