Skip to content

Commit

Permalink
Merge pull request #16 from vaguerant/no-mwup
Browse files Browse the repository at this point in the history
Remove outdated Wii U compiler flag
  • Loading branch information
LibretroAdmin authored Jul 1, 2024
2 parents e7fcfef + d5a42a4 commit 7de54a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ else ifeq ($(platform), wiiu)
TARGET := $(TARGET_NAME)_libretro_$(platform).a
CC = $(DEVKITPPC)/bin/powerpc-eabi-gcc$(EXE_EXT)
AR = $(DEVKITPPC)/bin/powerpc-eabi-ar$(EXE_EXT)
CFLAGS += -DGEKKO -DWIIU -DHW_RVL -mwup -mcpu=750 -meabi -mhard-float
CFLAGS += -DGEKKO -DWIIU -DHW_RVL -D__wiiu__ -DHW_WUP -ffunction-sections -fdata-sections -mcpu=750 -meabi -mhard-float
HAVE_RZLIB := 1
STATIC_LINKING=1
#######################################
Expand Down

0 comments on commit 7de54a8

Please sign in to comment.