mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
POSIX: Fix PSP2 and PS3 build
This commit is contained in:
parent
46e4a11a88
commit
aff46219ef
@ -246,6 +246,7 @@ ifdef PLAYSTATION3
|
|||||||
MODULE_OBJS += \
|
MODULE_OBJS += \
|
||||||
fs/posix/posix-fs.o \
|
fs/posix/posix-fs.o \
|
||||||
fs/posix/posix-fs-factory.o \
|
fs/posix/posix-fs-factory.o \
|
||||||
|
fs/posix/posix-iostream.o \
|
||||||
fs/ps3/ps3-fs-factory.o \
|
fs/ps3/ps3-fs-factory.o \
|
||||||
events/ps3sdl/ps3sdl-events.o
|
events/ps3sdl/ps3sdl-events.o
|
||||||
endif
|
endif
|
||||||
@ -323,6 +324,7 @@ endif
|
|||||||
ifeq ($(BACKEND),psp2)
|
ifeq ($(BACKEND),psp2)
|
||||||
MODULE_OBJS += \
|
MODULE_OBJS += \
|
||||||
fs/posix/posix-fs.o \
|
fs/posix/posix-fs.o \
|
||||||
|
fs/posix/posix-iostream.o \
|
||||||
fs/psp2/psp2-fs-factory.o \
|
fs/psp2/psp2-fs-factory.o \
|
||||||
fs/psp2/psp2-dirent.o \
|
fs/psp2/psp2-dirent.o \
|
||||||
events/psp2sdl/psp2sdl-events.o \
|
events/psp2sdl/psp2sdl-events.o \
|
||||||
|
Loading…
Reference in New Issue
Block a user