diff options
| author | 2023-03-22 11:09:12 -0600 | |
|---|---|---|
| committer | 2023-06-03 00:05:48 -0700 | |
| commit | ca4be4283d8eec9624019f4bca88f7d1aa467f01 (patch) | |
| tree | 6fc3424bb97d17315b1e63335020efc57a65b912 /src/input_common/drivers/virtual_amiibo.h | |
| parent | android: vulkan_device: Disable VK_EXT_custom_border_color on Adreno. (diff) | |
| download | yuzu-ca4be4283d8eec9624019f4bca88f7d1aa467f01.tar.gz yuzu-ca4be4283d8eec9624019f4bca88f7d1aa467f01.tar.xz yuzu-ca4be4283d8eec9624019f4bca88f7d1aa467f01.zip | |
android: Implement amiibo reading from nfc tag
Diffstat (limited to 'src/input_common/drivers/virtual_amiibo.h')
| -rw-r--r-- | src/input_common/drivers/virtual_amiibo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/drivers/virtual_amiibo.h b/src/input_common/drivers/virtual_amiibo.h index 488d00b31..34e97cd91 100644 --- a/src/input_common/drivers/virtual_amiibo.h +++ b/src/input_common/drivers/virtual_amiibo.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | #pragma once | 4 | #pragma once |
| 5 | 5 | ||
| 6 | #include <array> | 6 | #include <array> |
| 7 | #include <span> | ||
| 7 | #include <string> | 8 | #include <string> |
| 8 | #include <vector> | 9 | #include <vector> |
| 9 | 10 | ||
| @@ -47,6 +48,7 @@ public: | |||
| 47 | State GetCurrentState() const; | 48 | State GetCurrentState() const; |
| 48 | 49 | ||
| 49 | Info LoadAmiibo(const std::string& amiibo_file); | 50 | Info LoadAmiibo(const std::string& amiibo_file); |
| 51 | Info LoadAmiibo(std::span<u8> data); | ||
| 50 | Info ReloadAmiibo(); | 52 | Info ReloadAmiibo(); |
| 51 | Info CloseAmiibo(); | 53 | Info CloseAmiibo(); |
| 52 | 54 | ||