mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 04:47:52 +00:00
input_common: Implement native mifare support
This commit is contained in:
parent
853249121d
commit
b24451c571
25 changed files with 1170 additions and 198 deletions
|
@ -36,8 +36,8 @@ public:
|
|||
|
||||
void UpdateColor(const Color& color);
|
||||
void UpdateRing(s16 value, const RingStatus& ring_status);
|
||||
void UpdateAmiibo(const std::vector<u8>& amiibo_data);
|
||||
void UpdateCamera(const std::vector<u8>& amiibo_data, IrsResolution format);
|
||||
void UpdateAmiibo(const Joycon::TagInfo& tag_info);
|
||||
void UpdateCamera(const std::vector<u8>& camera_data, IrsResolution format);
|
||||
|
||||
private:
|
||||
void UpdateActiveLeftPadInput(const InputReportActive& input,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue