mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 17:02:40 +00:00
input_common: Add missing modifier callback to analog from button
This commit is contained in:
@@ -27,6 +27,7 @@ public:
|
|||||||
down->SetCallback(callbacks);
|
down->SetCallback(callbacks);
|
||||||
left->SetCallback(callbacks);
|
left->SetCallback(callbacks);
|
||||||
right->SetCallback(callbacks);
|
right->SetCallback(callbacks);
|
||||||
|
modifier->SetCallback(callbacks);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsAngleGreater(float old_angle, float new_angle) const {
|
bool IsAngleGreater(float old_angle, float new_angle) const {
|
||||||
|
|||||||
Reference in New Issue
Block a user