diff options
Diffstat (limited to 'src/input_common/drivers/virtual_amiibo.h')
| -rw-r--r-- | src/input_common/drivers/virtual_amiibo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/drivers/virtual_amiibo.h b/src/input_common/drivers/virtual_amiibo.h index 34e97cd91..09ca09e68 100644 --- a/src/input_common/drivers/virtual_amiibo.h +++ b/src/input_common/drivers/virtual_amiibo.h | |||
| @@ -57,6 +57,7 @@ public: | |||
| 57 | private: | 57 | private: |
| 58 | static constexpr std::size_t AmiiboSize = 0x21C; | 58 | static constexpr std::size_t AmiiboSize = 0x21C; |
| 59 | static constexpr std::size_t AmiiboSizeWithoutPassword = AmiiboSize - 0x8; | 59 | static constexpr std::size_t AmiiboSizeWithoutPassword = AmiiboSize - 0x8; |
| 60 | static constexpr std::size_t AmiiboSizeWithSignature = AmiiboSize + 0x20; | ||
| 60 | static constexpr std::size_t MifareSize = 0x400; | 61 | static constexpr std::size_t MifareSize = 0x400; |
| 61 | 62 | ||
| 62 | std::string file_path{}; | 63 | std::string file_path{}; |