summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers/joycon_driver.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-05-25 23:07:16 +0200
committerGitHub <noreply@github.com>2023-05-25 23:07:16 +0200
commitffa1fba7d632d69e564cce302b5e5cf4bf131071 (patch)
treea601ac622b62f4931202e13a7cf733b6f580390a /src/input_common/helpers/joycon_driver.h
parentMerge pull request #10454 from 521337/fix-u-option (diff)
parentinput_common: Implement amiibo writting (diff)
downloadyuzu-ffa1fba7d632d69e564cce302b5e5cf4bf131071.tar
yuzu-ffa1fba7d632d69e564cce302b5e5cf4bf131071.tar.gz
yuzu-ffa1fba7d632d69e564cce302b5e5cf4bf131071.tar.bz2
yuzu-ffa1fba7d632d69e564cce302b5e5cf4bf131071.tar.lz
yuzu-ffa1fba7d632d69e564cce302b5e5cf4bf131071.tar.xz
yuzu-ffa1fba7d632d69e564cce302b5e5cf4bf131071.tar.zst
yuzu-ffa1fba7d632d69e564cce302b5e5cf4bf131071.zip
Diffstat (limited to 'src/input_common/helpers/joycon_driver.h')
-rw-r--r--src/input_common/helpers/joycon_driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/helpers/joycon_driver.h b/src/input_common/helpers/joycon_driver.h
index 72a9e71dc..e9b2fccbb 100644
--- a/src/input_common/helpers/joycon_driver.h
+++ b/src/input_common/helpers/joycon_driver.h
@@ -49,6 +49,7 @@ public:
DriverResult SetIrMode();
DriverResult SetNfcMode();
DriverResult SetRingConMode();
+ DriverResult WriteNfcData(std::span<const u8> data);
void SetCallbacks(const JoyconCallbacks& callbacks);