Add encoding_utf to Griffin

This commit is contained in:
twinaphex 2015-11-16 07:26:02 +01:00
parent 8918df95e1
commit d69aa24f28

View File

@ -43,6 +43,11 @@ CONSOLE EXTENSIONS
#include "../libretro-common/file/file_extract.c"
#endif
/*============================================================
ENCODINGS
============================================================ */
#include "../libretro-common/encodings/encoding_utf.c"
/*============================================================
PERFORMANCE
============================================================ */