File tree Expand file tree Collapse file tree
cores/libretro-net-retropad Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,6 +117,21 @@ endif
117117
118118OBJECTS := ../../libretro-common/net/net_compat.o \
119119 ../../libretro-common/net/net_socket.o \
120+ ../../libretro-common/compat/compat_strl.o \
121+ ../../libretro-common/compat/fopen_utf8.o \
122+ ../../libretro-common/compat/compat_posix_string.o \
123+ ../../libretro-common/encodings/encoding_utf.o \
124+ ../../libretro-common/encodings/encoding_crc32.o \
125+ ../../libretro-common/features/features_cpu.o \
126+ ../../libretro-common/file/file_path.o \
127+ ../../libretro-common/file/file_path_io.o \
128+ ../../libretro-common/formats/json/rjson.o \
129+ ../../libretro-common/streams/file_stream.o \
130+ ../../libretro-common/streams/interface_stream.o \
131+ ../../libretro-common/streams/memory_stream.o \
132+ ../../libretro-common/string/stdstring.o \
133+ ../../libretro-common/time/rtime.o \
134+ ../../libretro-common/vfs/vfs_implementation.o \
120135 net_retropad_core.o
121136
122137CFLAGS += -I../../libretro-common/include -Wall -pedantic $(fpic )
You can’t perform that action at this time.
0 commit comments