diff options
Diffstat (limited to 'src/core/hid/emulated_controller.h')
| -rw-r--r-- | src/core/hid/emulated_controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h index 3f02ed3c0..1469fb95a 100644 --- a/src/core/hid/emulated_controller.h +++ b/src/core/hid/emulated_controller.h | |||
| @@ -401,6 +401,7 @@ private: | |||
| 401 | 401 | ||
| 402 | const NpadIdType npad_id_type; | 402 | const NpadIdType npad_id_type; |
| 403 | NpadStyleIndex npad_type{NpadStyleIndex::None}; | 403 | NpadStyleIndex npad_type{NpadStyleIndex::None}; |
| 404 | NpadStyleIndex original_npad_type{NpadStyleIndex::None}; | ||
| 404 | NpadStyleTag supported_style_tag{NpadStyleSet::All}; | 405 | NpadStyleTag supported_style_tag{NpadStyleSet::All}; |
| 405 | bool is_connected{false}; | 406 | bool is_connected{false}; |
| 406 | bool is_configuring{false}; | 407 | bool is_configuring{false}; |