|
|
@ -11,7 +11,7 @@ namespace Service::HID { |
|
|
constexpr std::size_t SHARED_MEMORY_OFFSET = 0x3BA00; |
|
|
constexpr std::size_t SHARED_MEMORY_OFFSET = 0x3BA00; |
|
|
|
|
|
|
|
|
Controller_Gesture::Controller_Gesture(Core::System& system) |
|
|
Controller_Gesture::Controller_Gesture(Core::System& system) |
|
|
: ControllerBase(system), system(system) {} |
|
|
|
|
|
|
|
|
: ControllerBase(system) {} |
|
|
Controller_Gesture::~Controller_Gesture() = default; |
|
|
Controller_Gesture::~Controller_Gesture() = default; |
|
|
|
|
|
|
|
|
void Controller_Gesture::OnInit() {} |
|
|
void Controller_Gesture::OnInit() {} |
|
|
|