mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 14:48:07 -05:00
input_common: Add amiibo with originality signature support
This commit is contained in:
@ -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{};
|
||||
|
Reference in New Issue
Block a user