input_common: Add amiibo with originality signature support

This commit is contained in:
Narr the Reg
2023-06-15 17:39:01 -06:00
parent fb97aec26b
commit 0c90a0926f
2 changed files with 3 additions and 0 deletions

View File

@ -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{};