diff --git a/BootROMs/prebuilt/agb_boot.bin b/BootROMs/prebuilt/agb_boot.bin new file mode 100644 index 00000000..917bce7d 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 00000000..0bbc6776 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 00000000..5f428341 Binary files /dev/null and b/BootROMs/prebuilt/dmg_boot.bin differ diff --git a/libretro/Makefile b/libretro/Makefile index e97df1be..45728504 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)