(Griffin) Integrate more source files into griffin.c
This commit is contained in:
parent
dc1616b7ce
commit
07c839f003
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
/*============================================================
|
/*============================================================
|
||||||
|
|
Loading…
Reference in New Issue