SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit a39efd31cff71f919d67824b993eca522c5e5e9b parent 69bb4c3e952aea8e0a8e00de4ebd602e0eb3c7db Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 29 Jun 2025 22:42:45 +0300 Change the default macOS palette to be the same as the other frontends Diffstat:
| M | Cocoa/GBApp.m | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Cocoa/GBApp.m b/Cocoa/GBApp.m @@ -99,6 +99,8 @@ static uint32_t color_to_int(NSColor *color) @"GBDebuggerFont": hasSFMono? @"SF Mono" : @"Menlo", @"GBDebuggerFontSize": @12, + @"GBColorPalette": @1, + // Default themes @"GBThemes": @{ @"Canyon": @{
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.