(GX) Get rid of HAVE_MINIOGC

This commit is contained in:
twinaphex 2013-10-07 16:10:20 +02:00
parent ebe5ddc257
commit 37054f6a5c
2 changed files with 0 additions and 7 deletions

View File

@ -6,7 +6,6 @@ HAVE_FILE_LOGGER = 0
PERF_TEST = 0
WHOLE_ARCHIVE_LINK = 0
BIG_STACK = 0
CUSTOM_LIBOGC = 0
PC_DEVELOPMENT_IP_ADDRESS = "192.168.1.6"
PC_DEVELOPMENT_UDP_PORT = 3490
@ -33,10 +32,6 @@ ELF_TARGET := retroarch_wii.elf
INCLUDE := -I. -I$(DEVKITPRO)/libogc/include -I$(DEVKITPRO)/libogc/include/ogc
LIBDIRS := -L$(DEVKITPRO)/libogc/lib/wii -L.
ifeq ($(CUSTOM_LIBOGC), 1)
CFLAGS += -DHAVE_MINIOGC
endif
MACHDEP := -DGEKKO -DHW_RVL -mrvl -mcpu=750 -meabi -mhard-float
CFLAGS += -Wall -std=gnu99 $(MACHDEP) $(INCLUDE)
ifeq ($(WHOLE_ARCHIVE_LINK), 1)

View File

@ -1066,10 +1066,8 @@ static bool rgui_directory_parse(rgui_handle_t *rgui, const char *directory, uns
rgui_list_push(ctx, "sd:/", menu_type, 0);
rgui_list_push(ctx, "usb:/", menu_type, 0);
#endif
#if !(defined(HAVE_MINIOGC) && defined(HW_RVL))
rgui_list_push(ctx, "carda:/", menu_type, 0);
rgui_list_push(ctx, "cardb:/", menu_type, 0);
#endif
#elif defined(_XBOX1)
rgui_list_push(ctx, "C:\\", menu_type, 0);
rgui_list_push(ctx, "D:\\", menu_type, 0);