From e892bf6e8b5de2aa29e3caf366aa7c051fac8cec Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 20 Jun 2016 18:14:13 +0200 Subject: [PATCH] Add file_path_str.c to PSP Salamander --- Makefile.psp1.salamander | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.psp1.salamander b/Makefile.psp1.salamander index 37c1f3f24d..fe26f85c52 100644 --- a/Makefile.psp1.salamander +++ b/Makefile.psp1.salamander @@ -45,6 +45,7 @@ OBJS = frontend/frontend_salamander.o \ libretro-common/streams/file_stream.o \ libretro-common/file/retro_stat.o \ libretro-common/hash/rhash.o \ + file_path_str.o \ verbosity.o \ bootstrap/psp1/kernel_functions.o