early-access version 1846

This commit is contained in:
pineappleEA 2021-07-05 19:40:52 +02:00
parent 1c8c1ad39f
commit 9e78f2f5cf
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
yuzu emulator early access yuzu emulator early access
============= =============
This is the source code for early-access 1845. This is the source code for early-access 1846.
## Legal Notice ## Legal Notice

View file

@ -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 {