mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Move wii/app_booter to boostrap/wii
This commit is contained in:
parent
10ec315a43
commit
024a6776de
@ -139,7 +139,7 @@ ifeq ($(platform), wii)
|
||||
HAVE_LIBRETRO_MANAGEMENT := 1
|
||||
HAVE_LIBSICKSAXIS := 1
|
||||
|
||||
APP_BOOTER_DIR = wii/app_booter
|
||||
APP_BOOTER_DIR = bootstrap/wii/app_booter
|
||||
PLATOBJS := $(APP_BOOTER_DIR)/app_booter.binobj
|
||||
ifeq ($(USBGECKO), 1)
|
||||
CFLAGS += -DUSBGECKO
|
||||
|
@ -37,7 +37,7 @@ CFLAGS += -Wall -std=gnu99 $(MACHDEP) $(INCLUDE)
|
||||
LDFLAGS := $(MACHDEP) -Wl,-Map,$(notdir $(ELF_TARGET)).map
|
||||
LIBS := -lfat -lwiiuse -logc -lbte
|
||||
|
||||
APP_BOOTER_DIR = wii/app_booter
|
||||
APP_BOOTER_DIR = bootstrap/wii/app_booter
|
||||
|
||||
OBJ = frontend/frontend_salamander.o \
|
||||
frontend/frontend_driver.o \
|
||||
|
Loading…
x
Reference in New Issue
Block a user