mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 17:37:48 +00:00
input_common: Address byte review
This commit is contained in:
parent
000a5852ee
commit
13ccfd78bd
16 changed files with 224 additions and 247 deletions
|
@ -99,7 +99,6 @@ private:
|
|||
std::string JoyconName(Joycon::ControllerType type) const;
|
||||
|
||||
std::jthread scan_thread;
|
||||
bool scan_thread_running{};
|
||||
|
||||
// Joycon types are split by type to ease supporting dualjoycon configurations
|
||||
std::array<std::shared_ptr<Joycon::JoyconDriver>, MaxSupportedControllers> left_joycons{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue