mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-25 07:58:39 -05:00
ACT: Add missing function LoadConsoleAccount
This commit is contained in:
parent
d896fdede1
commit
c3946c3ca2
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user