GameDatabase: Add DisableAutoAnalogMode trait
For games that can handle analog controllers, but the sticks do not do anything.
This commit is contained in:
@ -134,5 +134,8 @@ public:
|
||||
static bool InCircularDeadzone(float deadzone, float pos_x, float pos_y);
|
||||
|
||||
protected:
|
||||
/// Returns true if automatic analog mode can be used.
|
||||
static bool CanStartInAnalogMode(ControllerType ctype);
|
||||
|
||||
u32 m_index;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user