mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-22 19:14:50 +00:00
Update c_converter with libretro-common vfs changes
This commit is contained in:
parent
ce50d39ada
commit
4564301bb5
@ -12,7 +12,8 @@ CFLAGS = -g -O2 -Wall -DNDEBUG
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
LIBRETRO_COMMON_C = \
|
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 = \
|
C_CONVERTER_C = \
|
||||||
$(LIBRETRODB_DIR)/rmsgpack.c \
|
$(LIBRETRODB_DIR)/rmsgpack.c \
|
||||||
@ -71,4 +72,4 @@ rmsgpack_test: $(RMSGPACK_OBJS)
|
|||||||
$(CC) $(INCFLAGS) $(RMSGPACK_OBJS) -g -o $@
|
$(CC) $(INCFLAGS) $(RMSGPACK_OBJS) -g -o $@
|
||||||
|
|
||||||
clean:
|
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)
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
#include <retro_assert.h>
|
#include <retro_assert.h>
|
||||||
#include <string/stdstring.h>
|
#include <string/stdstring.h>
|
||||||
|
#include <streams/file_stream.h>
|
||||||
|
|
||||||
#include "libretrodb.h"
|
#include "libretrodb.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user