mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-09 22:50:49 +02:00
Fix A+B combo regression
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user