mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 04:20:28 +00:00
Move cheevos-new to cheevos/
This commit is contained in:
parent
ede03659ca
commit
6dc758a080
@ -1845,11 +1845,11 @@ ifeq ($(HAVE_NETWORKING), 1)
|
||||
DEFINES += -DHAVE_CHEEVOS
|
||||
INCLUDE_DIRS += -Ideps/rcheevos/include
|
||||
|
||||
OBJ += cheevos-new/cheevos.o \
|
||||
cheevos-new/badges.o \
|
||||
cheevos-new/fixup.o \
|
||||
cheevos-new/parser.o \
|
||||
cheevos-new/hash.o \
|
||||
OBJ += cheevos/cheevos.o \
|
||||
cheevos/badges.o \
|
||||
cheevos/fixup.o \
|
||||
cheevos/parser.o \
|
||||
cheevos/hash.o \
|
||||
$(LIBRETRO_COMM_DIR)/formats/cdfs/cdfs.o \
|
||||
deps/rcheevos/src/rcheevos/alloc.o \
|
||||
deps/rcheevos/src/rcheevos/compat.o \
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include "../tasks/task_content.h"
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../cheevos-new/badges.h"
|
||||
#include "../cheevos/badges.h"
|
||||
#endif
|
||||
|
||||
static bool widgets_inited = false;
|
||||
|
@ -174,11 +174,11 @@ ACHIEVEMENTS
|
||||
#include "../libretro-common/formats/cdfs/cdfs.c"
|
||||
#include "../network/net_http_special.c"
|
||||
|
||||
#include "../cheevos-new/cheevos.c"
|
||||
#include "../cheevos-new/badges.c"
|
||||
#include "../cheevos-new/fixup.c"
|
||||
#include "../cheevos-new/hash.c"
|
||||
#include "../cheevos-new/parser.c"
|
||||
#include "../cheevos/cheevos.c"
|
||||
#include "../cheevos/badges.c"
|
||||
#include "../cheevos/fixup.c"
|
||||
#include "../cheevos/hash.c"
|
||||
#include "../cheevos/parser.c"
|
||||
|
||||
#include "../deps/rcheevos/src/rcheevos/alloc.c"
|
||||
#include "../deps/rcheevos/src/rcheevos/compat.c"
|
||||
|
@ -38,7 +38,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../cheevos-new/cheevos.h"
|
||||
#include "../cheevos/cheevos.h"
|
||||
#endif
|
||||
|
||||
#include "cheat_manager.h"
|
||||
|
@ -49,7 +49,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../../cheevos-new/cheevos.h"
|
||||
#include "../../cheevos/cheevos.h"
|
||||
#endif
|
||||
|
||||
#ifndef BIND_ACTION_GET_VALUE
|
||||
|
@ -84,7 +84,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../../cheevos-new/cheevos.h"
|
||||
#include "../../cheevos/cheevos.h"
|
||||
#endif
|
||||
|
||||
#ifdef __WINRT__
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "../../managers/core_option_manager.h"
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../../cheevos-new/cheevos.h"
|
||||
#include "../../cheevos/cheevos.h"
|
||||
#endif
|
||||
#include "../../core_info.h"
|
||||
#include "../../verbosity.h"
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <file/file_path.h>
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../../../cheevos-new/badges.h"
|
||||
#include "../../../cheevos/badges.h"
|
||||
#endif
|
||||
|
||||
#include "../../../verbosity.h"
|
||||
|
@ -59,7 +59,7 @@
|
||||
#include "../../tasks/tasks_internal.h"
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../../cheevos-new/badges.h"
|
||||
#include "../../cheevos/badges.h"
|
||||
#endif
|
||||
|
||||
#include "../../content.h"
|
||||
|
@ -56,7 +56,7 @@
|
||||
|
||||
#include "../../tasks/tasks_internal.h"
|
||||
|
||||
#include "../../cheevos-new/badges.h"
|
||||
#include "../../cheevos/badges.h"
|
||||
#include "../../content.h"
|
||||
|
||||
#define XMB_RIBBON_ROWS 64
|
||||
|
@ -39,7 +39,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../cheevos-new/cheevos.h"
|
||||
#include "../cheevos/cheevos.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NETWORKING
|
||||
|
@ -53,7 +53,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../cheevos-new/cheevos.h"
|
||||
#include "../cheevos/cheevos.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TRANSLATE
|
||||
|
@ -24,7 +24,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../../cheevos-new/cheevos.h"
|
||||
#include "../../cheevos/cheevos.h"
|
||||
#endif
|
||||
|
||||
#include "menu_dialog.h"
|
||||
|
@ -44,7 +44,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../cheevos-new/cheevos.h"
|
||||
#include "../cheevos/cheevos.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
|
@ -155,8 +155,8 @@
|
||||
#include "input/input_remapping.h"
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "cheevos-new/cheevos.h"
|
||||
#include "cheevos-new/fixup.h"
|
||||
#include "cheevos/cheevos.h"
|
||||
#include "cheevos/fixup.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TRANSLATE
|
||||
|
@ -82,7 +82,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../cheevos-new/cheevos.h"
|
||||
#include "../cheevos/cheevos.h"
|
||||
#endif
|
||||
|
||||
#include "task_content.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user