From ac084a5175ec26154eac000d2ec36849448846ee Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 25 Feb 2016 23:40:27 +0100 Subject: [PATCH] Change typo --- Makefile.common | 10 +++++----- griffin/griffin.c | 2 +- menu/menu_driver.c | 2 +- qb/config.params.sh | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile.common b/Makefile.common index d1f5312bb5..d846d1c1a2 100644 --- a/Makefile.common +++ b/Makefile.common @@ -382,8 +382,8 @@ ifeq ($(HW_CONTEXT_MENU_DRIVERS), 1) HAVE_MATERIALUI = 1 endif - #ifeq ($(HAVE_ZAHRAND),) - #HAVE_ZAHRAND = 1 + #ifeq ($(HAVE_ZAHNRAD),) + #HAVE_ZAHNRAD = 1 #endif ifeq ($(HAVE_XMB),) @@ -392,7 +392,7 @@ ifeq ($(HW_CONTEXT_MENU_DRIVERS), 1) else HAVE_ZARCH = 0 HAVE_MATERIALUI = 0 - #HAVE_ZAHRAND = 0 + #HAVE_ZAHNRAD = 0 HAVE_XMB = 0 endif @@ -404,10 +404,10 @@ ifeq ($(HAVE_MATERIALUI), 1) OBJ += menu/drivers/materialui.o DEFINES += -DHAVE_MATERIALUI endif -ifeq ($(HAVE_ZAHRAND), 1) +ifeq ($(HAVE_ZAHNRAD), 1) OBJ += deps/zahnrad/zahnrad.o OBJ += menu/drivers/zr.o - DEFINES += -DHAVE_ZAHRAND + DEFINES += -DHAVE_ZAHNRAD endif ifeq ($(HAVE_ZARCH), 1) OBJ += menu/drivers/zarch.o diff --git a/griffin/griffin.c b/griffin/griffin.c index 65abc89b00..dbba04b80a 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -869,7 +869,7 @@ MENU #include "../menu/drivers/materialui.c" #endif -#ifdef HAVE_ZAHRAND +#ifdef HAVE_ZAHNRAD #include "../deps/zahnrad/zahnrad.c" #include "../menu/drivers/zr.c" #endif diff --git a/menu/menu_driver.c b/menu/menu_driver.c index 539734349f..66b8059512 100644 --- a/menu/menu_driver.c +++ b/menu/menu_driver.c @@ -45,7 +45,7 @@ static const menu_ctx_driver_t *menu_ctx_drivers[] = { #if defined(HAVE_MATERIALUI) &menu_ctx_mui, #endif -#if defined(HAVE_ZAHRAND) +#if defined(HAVE_ZAHNRAD) &menu_ctx_zr, #endif #if defined(HAVE_XMB) diff --git a/qb/config.params.sh b/qb/config.params.sh index ec9313591b..8be29185a8 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -3,7 +3,7 @@ HAVE_RGUI=yes # Disable RGUI menu HAVE_MATERIALUI=auto # Enable MaterialUI menu HAVE_CHEEVOS=no # Enable Cheevos (achievements) HAVE_XMB=auto # Enable XMB menu -HAVE_ZAHRAND=no # Enable Zahrand menu +HAVE_ZAHNRAD=no # Enable Zahnrad menu HAVE_DYNAMIC=yes # Disable dynamic loading of libretro library HAVE_SDL=auto # SDL support HAVE_SDL2=auto # SDL2 support (disables SDL 1.x)