mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 01:47:48 +00:00
core/hid: Ensure only valid npad are connected
This commit is contained in:
parent
94dddbc155
commit
5fae083bc3
8 changed files with 156 additions and 97 deletions
|
@ -73,7 +73,7 @@ private:
|
|||
std::unique_ptr<EmulatedController> handheld;
|
||||
std::unique_ptr<EmulatedConsole> console;
|
||||
std::unique_ptr<EmulatedDevices> devices;
|
||||
NpadStyleTag supported_style_tag;
|
||||
NpadStyleTag supported_style_tag{NpadStyleSet::All};
|
||||
};
|
||||
|
||||
} // namespace Core::HID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue