AutobootModule/source/ACTAccountInfo.h

14 lines
270 B
C++

#pragma once
class AccountInfo {
public:
AccountInfo() = default;
nn::act::SlotNo slot{};
std::string name;
char accountId[nn::act::AccountIdSize];
bool isNetworkAccount = false;
uint8_t miiImageBuffer[65554];
uint32_t miiImageSize = 0;
};