ACT: Add missing function LoadConsoleAccount

This commit is contained in:
Maschell 2021-12-28 16:43:37 +01:00 committed by fincs
parent d896fdede1
commit c3946c3ca2

View File

@ -18,6 +18,7 @@ namespace act {
//https://github.com/decaf-emu/decaf-emu/blob/master/src/libdecaf/src/nn/act/nn_act_types.h
using ACTLoadOption = uint32_t;
using SlotNo = uint8_t;
using LocalFriendCode = uint64_t;
using PersistentId = uint32_t;
@ -67,6 +68,10 @@ nn::Result
GetDeviceHash(char outHash[DeviceHashSize])
asm("GetDeviceHash__Q2_2nn3actFPUL");
nn::Result
LoadConsoleAccount(SlotNo slot, ACTLoadOption unk1, char const * unk2, bool unk3)
asm("LoadConsoleAccount__Q2_2nn3actFUc13ACTLoadOptionPCcb");
nn::Result
GetMii(FFLStoreData* mii)
asm("GetMii__Q2_2nn3actFP12FFLStoreData");