Skip to content

Commit

Permalink
Merge pull request libretro#5942 from RobLoach/c_converter
Browse files Browse the repository at this point in the history
Update c_converter with libretro-common vfs changes
  • Loading branch information
inactive123 authored Dec 21, 2017
2 parents c2b8f03 + 4564301 commit 0582067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libretro-db/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ CFLAGS = -g -O2 -Wall -DNDEBUG
endif

LIBRETRO_COMMON_C = \
$(LIBRETRO_COMM_DIR)/streams/file_stream.c
$(LIBRETRO_COMM_DIR)/streams/file_stream.c \
$(LIBRETRO_COMM_DIR)/vfs/vfs_implementation.c

C_CONVERTER_C = \
$(LIBRETRODB_DIR)/rmsgpack.c \
Expand Down Expand Up @@ -71,4 +72,4 @@ rmsgpack_test: $(RMSGPACK_OBJS)
$(CC) $(INCFLAGS) $(RMSGPACK_OBJS) -g -o $@

clean:
rm -rf $(TARGETS) $(C_CONVERTER_OBJS) $(RARCHDB_TOOL_OBJS) $(RMSGPACK_OBJS) $(TESTLIB_OBJS)
rm -rf $(TARGETS) $(C_CONVERTER_OBJS) $(RARCHDB_TOOL_OBJS) $(RMSGPACK_OBJS) $(TESTLIB_OBJS)
1 change: 1 addition & 0 deletions libretro-db/c_converter.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#include <retro_assert.h>
#include <string/stdstring.h>
#include <streams/file_stream.h>

#include "libretrodb.h"

Expand Down

0 comments on commit 0582067

Please sign in to comment.