git.y1.nz

SameBoy

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

commit 6a97192e8c75ce29eeda7e318a962e30222aee4b
parent 42732b20ebb1b7e6da84aea4fd4db11c5351b7fc
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sat,  7 Jun 2025 18:58:31 +0300

Slightly refine the last fix

Diffstat:
MCocoa/GBWindow.m2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cocoa/GBWindow.m b/Cocoa/GBWindow.m @@ -13,7 +13,7 @@ - (void)_zoomFill:(id)sender { if (sender == [self standardWindowButton:NSWindowZoomButton] && - (self.currentEvent.modifierFlags & NSEventModifierFlagOption)) { + ((self.currentEvent.modifierFlags & NSEventModifierFlagDeviceIndependentFlagsMask) == NSEventModifierFlagOption)) { [self zoom:sender]; return; }

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