SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 636349d5f2446055dade632bdb957e6099d6220f parent a5903ca5bc4f930bc201b763e08573b29d869a9e Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 23 Jul 2023 22:03:42 +0300 Not going to use Constraints, Apple. Getting toolbar items to behave is hard enough as is Diffstat:
| M | Cocoa/GBApp.m | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Cocoa/GBApp.m b/Cocoa/GBApp.m @@ -144,6 +144,7 @@ static uint32_t color_to_int(NSColor *color) }, @"NSToolbarItemForcesStandardSize": @YES, // Forces Monterey to resepect toolbar item sizes + @"NSToolbarItemWarnOnMinMaxSize": @NO, // Not going to use Constraints, Apple }]; [JOYController startOnRunLoop:[NSRunLoop currentRunLoop] withOptions:@{
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.