mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 19:27:58 -05:00
input_common: Reset GC sticks center by measuring multiple packets
This commit is contained in:
@ -70,6 +70,7 @@ struct GCController {
|
||||
PadButton last_button{};
|
||||
std::array<s16, 6> axis_values{};
|
||||
std::array<u8, 6> axis_origin{};
|
||||
u8 reset_origin_counter{};
|
||||
};
|
||||
|
||||
class Adapter {
|
||||
|
Reference in New Issue
Block a user