input_common: Add amiibo with originality signature support
This commit is contained in:
parent
fb97aec26b
commit
0c90a0926f
2 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,7 @@ public:
|
|||
private:
|
||||
static constexpr std::size_t AmiiboSize = 0x21C;
|
||||
static constexpr std::size_t AmiiboSizeWithoutPassword = AmiiboSize - 0x8;
|
||||
static constexpr std::size_t AmiiboSizeWithSignature = AmiiboSize + 0x20;
|
||||
static constexpr std::size_t MifareSize = 0x400;
|
||||
|
||||
std::string file_path{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue