mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-04 00:06:11 +00:00
(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
|
||||
|
||||
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
|
||||
|
@ -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"
|
||||
|
||||
/*============================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user