Update Makefile

This commit is contained in:
Autechre 2020-12-29 07:09:58 +01:00 committed by GitHub
parent 05e063ce38
commit 76003512e3
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
ENDIANNESS_DEFINES += -DWIIU -DHW_RVL -mwup
# Nintendo Wii
else ifneq (,$(findstring wii,$(platform)))