early-access version 1846
This commit is contained in:
parent
1c8c1ad39f
commit
9e78f2f5cf
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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