diff --git a/Makefile.ps3 b/Makefile.ps3 index 8e883a6a1d..7a21141345 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -46,10 +46,8 @@ GIT = git.exe endif PPU_SRCS = console/griffin/griffin.c \ - ps3/file_browser.c \ ps3/menu.c \ - console/szlib/szlib.c \ - ps3/image.c + console/szlib/szlib.c ifeq ($(HAVE_SSNES_GL), 1) DEFINES = -DHAVE_SSNES_GL diff --git a/console/griffin/griffin.c b/console/griffin/griffin.c index 2cea7ea388..052895ae69 100644 --- a/console/griffin/griffin.c +++ b/console/griffin/griffin.c @@ -36,6 +36,7 @@ ============================================================ */ #ifdef __CELLOS_LV2__ #include "../../ps3/ps3_video_psgl.c" +#include "../../ps3/image.c" #endif /*============================================================ @@ -95,6 +96,9 @@ /*============================================================ FILE ============================================================ */ +#ifdef __CELLOS_LV2__ +#include "../../ps3/file_browser.c" +#endif #include "../../file.c" /*============================================================