diff options
| author | german77 <juangerman-13@hotmail.com> | 2021-10-21 13:56:52 -0500 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-24 20:30:25 -0600 |
| commit | b5e72de753ae4de5c5fae7087abb00dc4242451d (patch) | |
| tree | ac1f2b56814bbaaa1a5432c4e1d79c12dd16296d /src/core/hid/hid_core.h | |
| parent | 95cf66b6559c3e7a1eb40be919f16217566ffdbc (diff) | |
kraken: Address comments from review
review fixes
Diffstat (limited to 'src/core/hid/hid_core.h')
| -rw-r--r-- | src/core/hid/hid_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hid/hid_core.h b/src/core/hid/hid_core.h index 196466a72..a4a66a3a4 100644 --- a/src/core/hid/hid_core.h +++ b/src/core/hid/hid_core.h @@ -47,6 +47,9 @@ public: /// Removes all callbacks from input common void UnloadInputDevices(); + /// Number of emulated controllers + const std::size_t available_controllers{10}; + private: std::unique_ptr<EmulatedController> player_1; std::unique_ptr<EmulatedController> player_2; |
