mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-21 09:48:49 +00:00
Add comment
This commit is contained in:
parent
f1e6d8939c
commit
d3ae1b3c9c
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ void BOSSService::deleteNsData(u32 messagePointer) {
|
||||||
|
|
||||||
// Judging by the inputs and command number, this could very well be a "SetAppNewFlag"
|
// Judging by the inputs and command number, this could very well be a "SetAppNewFlag"
|
||||||
void BOSSService::setAppNewFlag(u32 messagePointer) {
|
void BOSSService::setAppNewFlag(u32 messagePointer) {
|
||||||
const u64 appID = mem.read64(messagePointer + 4);
|
const u64 appID = mem.read64(messagePointer + 4); // Home Menu uses the same app ID in "GetAppNewFlag"
|
||||||
const u8 flag = mem.read32(messagePointer + 12);
|
const u8 flag = mem.read32(messagePointer + 12);
|
||||||
log("BOSS::SetAppNewFlag (app ID = %llX, flag = %X)\n", appID, flag);
|
log("BOSS::SetAppNewFlag (app ID = %llX, flag = %X)\n", appID, flag);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue