Wiimote to GunCon3: revert pad_types.h

This commit is contained in:
Barış Hamil 2026-02-09 14:47:33 +03:00
parent 234a1283c5
commit 607e045541

View file

@ -458,18 +458,6 @@ struct AnalogSensor
{}
};
struct ir_point
{
u16 x = 1023;
u16 y = 1023;
u16 size = 0;
};
struct ir_data
{
std::array<ir_point, 4> points;
};
struct VibrateMotor
{
bool is_large_motor = false;
@ -531,7 +519,6 @@ struct Pad
std::vector<Button> m_buttons_external;
std::array<AnalogStick, 4> m_sticks_external{};
ir_data m_ir{};
std::vector<std::shared_ptr<Pad>> copilots;