X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=11da9644cefb200b1b3ccf59e10b8cc287e875f2;hb=4ee722a52cb0fb56260ccd3962537e5c772800e0;hp=52761dc00732b722fe56b044bc4c48046ec12df0;hpb=270c6dd14f876b8a67929aa22abefc47f4588324;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index 52761dc0..11da9644 100644 --- a/Makefile +++ b/Makefile @@ -296,6 +296,8 @@ LDFLAGS += `pkg-config --libs glib-2.0 libosso dbus-1 hildon-fm-2` endif ifeq "$(PLATFORM)" "libretro" OBJS += libretro-common/compat/fopen_utf8.o +OBJS += libretro-common/encodings/compat_strl.o +OBJS += libretro-common/encodings/encoding_utf.o OBJS += frontend/libretro.o CFLAGS += -Ilibretro-common/include CFLAGS += -DFRONTEND_SUPPORTS_RGB565