Refactor input subsystem

This commit is contained in:
wwylele 2016-05-12 13:09:36 +03:00
parent be941f1ecf
commit c1cd474866
12 changed files with 277 additions and 73 deletions

View file

@ -215,9 +215,6 @@ const PadState PAD_CIRCLE_LEFT = {{1u << 29}};
const PadState PAD_CIRCLE_UP = {{1u << 30}};
const PadState PAD_CIRCLE_DOWN = {{1u << 31}};
extern const std::array<Service::HID::PadState, Settings::NativeInput::NUM_INPUTS> pad_mapping;
/**
* HID::GetIPCHandles service function
* Inputs: