diff options
| author | 2023-03-07 20:15:46 -0600 | |
|---|---|---|
| committer | 2023-03-08 03:15:46 +0100 | |
| commit | 757aafa582af0f1647770988063ba718565d4ef9 (patch) | |
| tree | 71a9891ec041a348f2a987540e83c14e296c1622 /src/input_common/drivers/virtual_amiibo.h | |
| parent | Merge pull request #9889 from Morph1984/time-is-ticking (diff) | |
| download | yuzu-757aafa582af0f1647770988063ba718565d4ef9.tar.gz yuzu-757aafa582af0f1647770988063ba718565d4ef9.tar.xz yuzu-757aafa582af0f1647770988063ba718565d4ef9.zip | |
input_common: Minor typo issues (#9922)
Diffstat (limited to 'src/input_common/drivers/virtual_amiibo.h')
| -rw-r--r-- | src/input_common/drivers/virtual_amiibo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/drivers/virtual_amiibo.h b/src/input_common/drivers/virtual_amiibo.h index 13cacfc0a..488d00b31 100644 --- a/src/input_common/drivers/virtual_amiibo.h +++ b/src/input_common/drivers/virtual_amiibo.h | |||
| @@ -60,6 +60,6 @@ private: | |||
| 60 | std::string file_path{}; | 60 | std::string file_path{}; |
| 61 | State state{State::Initialized}; | 61 | State state{State::Initialized}; |
| 62 | std::vector<u8> nfc_data; | 62 | std::vector<u8> nfc_data; |
| 63 | Common::Input::PollingMode polling_mode{Common::Input::PollingMode::Pasive}; | 63 | Common::Input::PollingMode polling_mode{Common::Input::PollingMode::Passive}; |
| 64 | }; | 64 | }; |
| 65 | } // namespace InputCommon | 65 | } // namespace InputCommon |