SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 977d941f482ea2b5002ee077a578c7f4e5975b9d parent 34c9d4c791439ecea81d161ddd849a72b1e4739a Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 10 Dec 2023 23:52:51 +0200 Using Base.lproj prevents the VRAM toolbar from appearing in Sonoma for some reason. Fixes #567. Diffstat:
| M | Makefile | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -456,7 +456,7 @@ $(BIN)/SameBoy.app: $(BIN)/SameBoy.app/Contents/MacOS/SameBoy \ $(BIN)/SameBoy.app/Contents/Resources/agb_boot.bin \ $(BIN)/SameBoy.app/Contents/Resources/sgb_boot.bin \ $(BIN)/SameBoy.app/Contents/Resources/sgb2_boot.bin \ - $(patsubst %.xib,%.nib,$(addprefix $(BIN)/SameBoy.app/Contents/Resources/Base.lproj/,$(shell cd Cocoa;ls *.xib))) \ + $(patsubst %.xib,%.nib,$(addprefix $(BIN)/SameBoy.app/Contents/Resources/,$(shell cd Cocoa;ls *.xib))) \ $(BIN)/SameBoy.qlgenerator \ Shaders $(MKDIR) -p $(BIN)/SameBoy.app/Contents/Resources @@ -478,7 +478,7 @@ ifeq ($(CONF), release) $(STRIP) $@ endif -$(BIN)/SameBoy.app/Contents/Resources/Base.lproj/%.nib: Cocoa/%.xib +$(BIN)/SameBoy.app/Contents/Resources/%.nib: Cocoa/%.xib ibtool --target-device mac --minimum-deployment-target 10.9 --compile $@ $^ 2>&1 | cat - # Quick Look generator
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.