[HID] Added support for joystick deadzones
- Simplified logic for connected controllers
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#define XENIA_KERNEL_KERNEL_STATE_H_
|
||||
|
||||
#include <atomic>
|
||||
#include <bitset>
|
||||
#include <condition_variable>
|
||||
#include <functional>
|
||||
#include <list>
|
||||
@@ -193,7 +194,7 @@ class KernelState {
|
||||
return content_manager_.get();
|
||||
}
|
||||
|
||||
uint8_t GetConnectedUsers() const;
|
||||
std::bitset<4> GetConnectedUsers() const;
|
||||
void UpdateUsedUserProfiles();
|
||||
|
||||
bool IsUserSignedIn(uint32_t index) const {
|
||||
|
||||
Reference in New Issue
Block a user