diff --git a/BootROMs/prebuilt/agb_boot.bin b/BootROMs/prebuilt/agb_boot.bin new file mode 100644 index 0000000..917bce7 Binary files /dev/null and b/BootROMs/prebuilt/agb_boot.bin differ diff --git a/BootROMs/prebuilt/cgb_boot.bin b/BootROMs/prebuilt/cgb_boot.bin new file mode 100644 index 0000000..0bbc677 Binary files /dev/null and b/BootROMs/prebuilt/cgb_boot.bin differ diff --git a/BootROMs/prebuilt/dmg_boot.bin b/BootROMs/prebuilt/dmg_boot.bin new file mode 100644 index 0000000..5f42834 Binary files /dev/null and b/BootROMs/prebuilt/dmg_boot.bin differ diff --git a/libretro/Makefile b/libretro/Makefile index e97df1b..4572850 100644 --- a/libretro/Makefile +++ b/libretro/Makefile @@ -126,7 +126,7 @@ else SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=$(CORE_DIR)/libretro/link.T -Wl,--no-undefined endif -TARGET := $(CORE_DIR)/build/bin/$(TARGET) +TARGET := $(TARGET) # To force use of the Unix version instead of the Windows version MKDIR := $(shell which mkdir)