From 61c4e3a5e49d8ec7136d3359ef6898ba40522cf2 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 9 Jan 2020 15:49:24 +0100 Subject: [PATCH] Update Makefile.ctr.salamander --- Makefile.ctr.salamander | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.ctr.salamander b/Makefile.ctr.salamander index 14fb2f276f..9c05fd6b54 100644 --- a/Makefile.ctr.salamander +++ b/Makefile.ctr.salamander @@ -28,6 +28,7 @@ OBJ := ctr/ctr_system.o \ libretro-common/compat/compat_strcasestr.o \ libretro-common/compat/fopen_utf8.o \ libretro-common/file/file_path.o \ + libretro-common/file/file_path_io.o \ libretro-common/string/stdstring.o \ libretro-common/lists/string_list.o \ libretro-common/lists/dir_list.o \