mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-26 17:30:23 +00:00
libretro: fix wiiu compile
This commit is contained in:
parent
4bbd9e8c66
commit
bb50d4c00c
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user