mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-19 09:02:26 +00:00
Revert "Fix typo in Makefile.common when comparing for HAVE_MATERIALUI, HAVE_XMB and HAVE_OZONE"
This reverts commit 6f687fbb6c93ae13246420b465843d975e988174.
This commit is contained in:
parent
675fe72ef0
commit
db74d7c81b
@ -1000,15 +1000,15 @@ ifeq ($(HW_CONTEXT_MENU_DRIVERS), 1)
|
|||||||
HAVE_RGUI = 1
|
HAVE_RGUI = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_MATERIALUI), 1)
|
ifeq ($(HAVE_MATERIALUI),)
|
||||||
HAVE_MATERIALUI = 1
|
HAVE_MATERIALUI = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_XMB), 1)
|
ifeq ($(HAVE_XMB),)
|
||||||
HAVE_XMB = 1
|
HAVE_XMB = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_OZONE), 1)
|
ifeq ($(HAVE_OZONE),)
|
||||||
HAVE_OZONE = 1
|
HAVE_OZONE = 1
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user