android: Implement amiibo reading from nfc tag
This commit is contained in:
parent
b2aeb50229
commit
ca4be4283d
15 changed files with 327 additions and 8 deletions
|
@ -4,6 +4,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <span>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
@ -47,6 +48,7 @@ public:
|
|||
State GetCurrentState() const;
|
||||
|
||||
Info LoadAmiibo(const std::string& amiibo_file);
|
||||
Info LoadAmiibo(std::span<u8> data);
|
||||
Info ReloadAmiibo();
|
||||
Info CloseAmiibo();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue