git.y1.nz

SameBoy

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

commit da0380c32df8a69551ac6ac94ec340101992293d
parent e76088cde2fb0fead7fea1082854a7ab72909188
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Fri, 24 Jan 2025 14:02:57 +0200

Fix libretro boot ROM building

Diffstat:
Mlibretro/Makefile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libretro/Makefile b/libretro/Makefile @@ -386,7 +386,7 @@ endif echo "const unsigned $(notdir $(@:%.c=%))_length = sizeof($(notdir $(@:%.c=%)));" >> $@ $(abspath $(CORE_DIR))/build/bin/BootROMs/%_boot.bin: - $(MAKE) -C $(CORE_DIR) $(patsubst $(abspath $(CORE_DIR))/%,%,$@) + $(MAKE) -C $(CORE_DIR) $@ $(TARGET): $(OBJECTS) -@$(MKDIR) -p $(dir $@)

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