SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit bd3799d431d61d0090c8197c6a27390038f4221a parent 38e2760531a241dc2d073991c7003239115f7540 Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 22 Sep 2024 11:57:50 +0300 Fix glitchy palette import on macOS Diffstat:
| M | Cocoa/GBPaletteEditorController.m | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Cocoa/GBPaletteEditorController.m b/Cocoa/GBPaletteEditorController.m @@ -360,6 +360,7 @@ static double blend(double from, double to, double position) } [defaults setObject:newName forKey:@"GBCurrentTheme"]; [self savePalette:sender]; + [self.themesList reloadData]; [self awakeFromNib]; } }
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.