mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Rename libretrodb to libretro-db
This commit is contained in:
parent
a33016d457
commit
41403fb3d6
@ -170,11 +170,11 @@ OBJ += frontend/frontend.o \
|
||||
# LibretroDB
|
||||
|
||||
ifeq ($(HAVE_LIBRETRODB), 1)
|
||||
OBJ += libretrodb/bintree.o \
|
||||
libretrodb/libretrodb.o \
|
||||
libretrodb/query.o \
|
||||
libretrodb/rmsgpack.o \
|
||||
libretrodb/rmsgpack_dom.o \
|
||||
OBJ += libretro-db/bintree.o \
|
||||
libretro-db/libretrodb.o \
|
||||
libretro-db/query.o \
|
||||
libretro-db/rmsgpack.o \
|
||||
libretro-db/rmsgpack_dom.o \
|
||||
database_info.o
|
||||
endif
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#include <stddef.h>
|
||||
#include <boolean.h>
|
||||
#include "libretrodb/libretrodb.h"
|
||||
#include "libretro-db/libretrodb.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -799,11 +799,11 @@ XML
|
||||
LIBRETRODB
|
||||
============================================================ */
|
||||
#ifdef HAVE_LIBRETRODB
|
||||
#include "../libretrodb/bintree.c"
|
||||
#include "../libretrodb/libretrodb.c"
|
||||
#include "../libretrodb/rmsgpack.c"
|
||||
#include "../libretrodb/rmsgpack_dom.c"
|
||||
#include "../libretrodb/query.c"
|
||||
#include "../libretro-db/bintree.c"
|
||||
#include "../libretro-db/libretrodb.c"
|
||||
#include "../libretro-db/rmsgpack.c"
|
||||
#include "../libretro-db/rmsgpack_dom.c"
|
||||
#include "../libretro-db/query.c"
|
||||
#include "../database_info.c"
|
||||
#endif
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include <boolean.h>
|
||||
#include <file/file_list.h>
|
||||
#ifdef HAVE_LIBRETRODB
|
||||
#include "../libretrodb/libretrodb.h"
|
||||
#include "../libretro-db/libretrodb.h"
|
||||
#endif
|
||||
#include "../database_info.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user