settings: Fix Debug controller type options
This commit is contained in:
parent
2b1b0c2a30
commit
730f078302
13 changed files with 77 additions and 95 deletions
|
@ -100,7 +100,7 @@ struct StickStatus {
|
|||
|
||||
struct TriggerStatus {
|
||||
AnalogStatus analog{};
|
||||
bool pressed{};
|
||||
ButtonStatus pressed{};
|
||||
};
|
||||
|
||||
struct MotionSensor {
|
||||
|
@ -119,7 +119,7 @@ struct TouchStatus {
|
|||
ButtonStatus pressed{};
|
||||
AnalogStatus x{};
|
||||
AnalogStatus y{};
|
||||
u32 id{};
|
||||
int id{};
|
||||
};
|
||||
|
||||
struct BodyColorStatus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue