Update Makefile

This commit is contained in:
Autechre 2020-12-29 02:33:41 +01:00 committed by GitHub
parent 07306be06d
commit 05e063ce38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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