libretro: fix wiiu compile

This commit is contained in:
Aaron Kling 2019-07-17 11:21:03 -05:00 committed by GitLab Runner
parent 4bbd9e8c66
commit bb50d4c00c

View File

@ -254,7 +254,7 @@ else ifneq (,$(filter $(platform), ngc wii wiiu))
# Nintendo WiiU
ifneq (,$(findstring wiiu,$(platform)))
PLATFORM_DEFINES += -DWIIU -DHW_RVL -mwup
PLATFORM_DEFINES += -DWIIU -DHW_RVL
# Nintendo Wii
else ifneq (,$(findstring wii,$(platform)))