"Better Hid" rework part 1

This commit is contained in:
David Marcec
2018-10-06 00:23:21 +10:00
parent bc6939beaa
commit 56f35ab262
22 changed files with 1501 additions and 645 deletions

View File

@ -144,7 +144,7 @@ private:
}
const u64 device_handle{0xDEAD};
const HID::ControllerID npad_id{HID::Controller_Player1};
const u32 npad_id{0}; // This is the first player controller id
State state{State::NonInitialized};
DeviceState device_state{DeviceState::Initialized};
Kernel::SharedPtr<Kernel::Event> activate_event;