mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 08:38:01 -05:00
input_common: Add missing modifier callback to analog from button
This commit is contained in:
@ -27,6 +27,7 @@ public:
|
||||
down->SetCallback(callbacks);
|
||||
left->SetCallback(callbacks);
|
||||
right->SetCallback(callbacks);
|
||||
modifier->SetCallback(callbacks);
|
||||
}
|
||||
|
||||
bool IsAngleGreater(float old_angle, float new_angle) const {
|
||||
|
Reference in New Issue
Block a user