mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 17:17:59 -05:00
Address PR feedback, fix axis button thresholding
This commit is contained in:
@ -96,8 +96,7 @@ public:
|
||||
std::array<GCState, 4>& GetPadState();
|
||||
const std::array<GCState, 4>& GetPadState() const;
|
||||
|
||||
int GetOriginValue(int port, int axis);
|
||||
const int GetOriginValue(int port, int axis) const;
|
||||
int GetOriginValue(int port, int axis) const;
|
||||
|
||||
private:
|
||||
GCPadStatus GetPadStatus(int port, const std::array<u8, 37>& adapter_payload);
|
||||
|
Reference in New Issue
Block a user