mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
remove '#ifdef HAVE_NEW_CHEEVOS' leftovers
This commit is contained in:
parent
c2364096f3
commit
9091409efa
@ -16,10 +16,6 @@
|
|||||||
#ifndef __RARCH_CHEEVOS_OLD_BADGE_H
|
#ifndef __RARCH_CHEEVOS_OLD_BADGE_H
|
||||||
#define __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 "../menu/menu_driver.h"
|
||||||
|
|
||||||
#include <retro_common_api.h>
|
#include <retro_common_api.h>
|
||||||
@ -46,5 +42,3 @@ static badges_ctx_t new_badges_ctx;
|
|||||||
RETRO_END_DECLS
|
RETRO_END_DECLS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
@ -16,10 +16,6 @@
|
|||||||
#ifndef __RARCH_CHEEVOS_OLD_H
|
#ifndef __RARCH_CHEEVOS_OLD_H
|
||||||
#define __RARCH_CHEEVOS_OLD_H
|
#define __RARCH_CHEEVOS_OLD_H
|
||||||
|
|
||||||
#ifdef HAVE_NEW_CHEEVOS
|
|
||||||
#include "../cheevos-new/cheevos.h"
|
|
||||||
#else
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
@ -166,6 +162,4 @@ extern int cheats_were_enabled;
|
|||||||
|
|
||||||
RETRO_END_DECLS
|
RETRO_END_DECLS
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* __RARCH_CHEEVOS_H */
|
#endif /* __RARCH_CHEEVOS_H */
|
||||||
|
@ -121,8 +121,6 @@ HAVE_QT=auto # Qt companion support
|
|||||||
C89_QT=no
|
C89_QT=no
|
||||||
HAVE_XSHM=no # XShm video driver support
|
HAVE_XSHM=no # XShm video driver support
|
||||||
HAVE_CHEEVOS=yes # Retro Achievements
|
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_LUA=no # Lua support (for Retro Achievements)
|
||||||
HAVE_DISCORD=yes # Discord Integration
|
HAVE_DISCORD=yes # Discord Integration
|
||||||
C89_DISCORD=no
|
C89_DISCORD=no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user