early-access version 1846

main
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
=============
This is the source code for early-access 1845.
This is the source code for early-access 1846.
## Legal Notice

View File

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