(Griffin) Integrate more source files into griffin.c

This commit is contained in:
Twinaphex 2012-03-29 02:10:49 +02:00
parent dc1616b7ce
commit 07c839f003
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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"
/*============================================================