mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-12-16 07:45:33 +00:00
input_common: Add missing modifier callback to analog from button
This commit is contained in:
parent
eb0e10cff2
commit
c19ec2edd9
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue