git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 52d5169cc82356288f337d30aa01fb3fa1b37155
parent 73a6d35f732401e75ac8753163ba7a174080a779
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun, 13 Oct 2024 14:36:11 +0300

Fix A+B combo regression

Diffstat:
MiOS/GBHorizontalLayout.m2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/iOS/GBHorizontalLayout.m b/iOS/GBHorizontalLayout.m @@ -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)

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.