add prebuilt roms again

This commit is contained in:
radius 2018-02-02 21:28:56 -05:00
parent e97624ba7d
commit 5660b762c0
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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)