diff --git a/cheevos/badges.h b/cheevos/badges.h index c8788306c0..59a5737101 100644 --- a/cheevos/badges.h +++ b/cheevos/badges.h @@ -16,10 +16,6 @@ #ifndef __RARCH_CHEEVOS_OLD_BADGE_H #define __RARCH_CHEEVOS_OLD_BADGE_H -#ifdef HAVE_NEW_CHEEVOS -#include "../cheevos-new/badges.h" -#else - #include "../menu/menu_driver.h" #include @@ -46,5 +42,3 @@ static badges_ctx_t new_badges_ctx; RETRO_END_DECLS #endif - -#endif diff --git a/cheevos/cheevos.h b/cheevos/cheevos.h index 14c91380eb..3855bef73d 100644 --- a/cheevos/cheevos.h +++ b/cheevos/cheevos.h @@ -16,10 +16,6 @@ #ifndef __RARCH_CHEEVOS_OLD_H #define __RARCH_CHEEVOS_OLD_H -#ifdef HAVE_NEW_CHEEVOS -#include "../cheevos-new/cheevos.h" -#else - #include #include @@ -166,6 +162,4 @@ extern int cheats_were_enabled; RETRO_END_DECLS -#endif - #endif /* __RARCH_CHEEVOS_H */ diff --git a/qb/config.params.sh b/qb/config.params.sh index 8bb4d964f1..34699330c5 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -121,8 +121,6 @@ HAVE_QT=auto # Qt companion support C89_QT=no HAVE_XSHM=no # XShm video driver support HAVE_CHEEVOS=yes # Retro Achievements -HAVE_NEW_CHEEVOS=no # Use rcheevos to process RetroAchievements -C89_NEW_CHEEVOS=no HAVE_LUA=no # Lua support (for Retro Achievements) HAVE_DISCORD=yes # Discord Integration C89_DISCORD=no