mirror of https://github.com/LIJI32/SameBoy.git
Fix A+B combo regression
This commit is contained in:
parent
73a6d35f73
commit
52d5169cc8
|
@ -63,6 +63,8 @@
|
|||
self.dpadLocation.y,
|
||||
};
|
||||
|
||||
self.abComboLocation = buttonsCenter;
|
||||
|
||||
self.aLocation = (CGPoint) {
|
||||
round(buttonsCenter.x + buttonsDelta.width / 2),
|
||||
round(buttonsCenter.y - buttonsDelta.height / 2)
|
||||
|
|
Loading…
Reference in New Issue