mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-09 11:01:29 -06:00
Wiimote to GunCon3: revert pad_types.h
This commit is contained in:
parent
234a1283c5
commit
607e045541
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user