(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 endif
PPU_SRCS = console/griffin/griffin.c \ PPU_SRCS = console/griffin/griffin.c \
ps3/file_browser.c \
ps3/menu.c \ ps3/menu.c \
console/szlib/szlib.c \ console/szlib/szlib.c
ps3/image.c
ifeq ($(HAVE_SSNES_GL), 1) ifeq ($(HAVE_SSNES_GL), 1)
DEFINES = -DHAVE_SSNES_GL DEFINES = -DHAVE_SSNES_GL

View File

@ -36,6 +36,7 @@
============================================================ */ ============================================================ */
#ifdef __CELLOS_LV2__ #ifdef __CELLOS_LV2__
#include "../../ps3/ps3_video_psgl.c" #include "../../ps3/ps3_video_psgl.c"
#include "../../ps3/image.c"
#endif #endif
/*============================================================ /*============================================================
@ -95,6 +96,9 @@
/*============================================================ /*============================================================
FILE FILE
============================================================ */ ============================================================ */
#ifdef __CELLOS_LV2__
#include "../../ps3/file_browser.c"
#endif
#include "../../file.c" #include "../../file.c"
/*============================================================ /*============================================================