mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 13:27:58 -05:00
settings: Fix Debug controller type options
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user