Move cheevos-new to cheevos/

This commit is contained in:
twinaphex 2020-05-21 23:23:01 +02:00
parent ede03659ca
commit 6dc758a080
28 changed files with 25 additions and 25 deletions

View File

@ -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 \

View File

@ -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;

View File

@ -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"

View File

@ -38,7 +38,7 @@
#endif
#ifdef HAVE_CHEEVOS
#include "../cheevos-new/cheevos.h"
#include "../cheevos/cheevos.h"
#endif
#include "cheat_manager.h"

View File

@ -49,7 +49,7 @@
#endif
#ifdef HAVE_CHEEVOS
#include "../../cheevos-new/cheevos.h"
#include "../../cheevos/cheevos.h"
#endif
#ifndef BIND_ACTION_GET_VALUE

View File

@ -84,7 +84,7 @@
#endif
#ifdef HAVE_CHEEVOS
#include "../../cheevos-new/cheevos.h"
#include "../../cheevos/cheevos.h"
#endif
#ifdef __WINRT__

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -39,7 +39,7 @@
#endif
#ifdef HAVE_CHEEVOS
#include "../cheevos-new/cheevos.h"
#include "../cheevos/cheevos.h"
#endif
#ifdef HAVE_NETWORKING

View File

@ -53,7 +53,7 @@
#endif
#ifdef HAVE_CHEEVOS
#include "../cheevos-new/cheevos.h"
#include "../cheevos/cheevos.h"
#endif
#ifdef HAVE_TRANSLATE

View File

@ -24,7 +24,7 @@
#endif
#ifdef HAVE_CHEEVOS
#include "../../cheevos-new/cheevos.h"
#include "../../cheevos/cheevos.h"
#endif
#include "menu_dialog.h"

View File

@ -44,7 +44,7 @@
#endif
#ifdef HAVE_CHEEVOS
#include "../cheevos-new/cheevos.h"
#include "../cheevos/cheevos.h"
#endif
#ifdef HAVE_MENU

View File

@ -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

View File

@ -82,7 +82,7 @@
#endif
#ifdef HAVE_CHEEVOS
#include "../cheevos-new/cheevos.h"
#include "../cheevos/cheevos.h"
#endif
#include "task_content.h"