mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
libretro, add Pico pad overlay and storyware pages handling
This commit is contained in:
parent
15cc45c0da
commit
5f9901e098
17 changed files with 3415 additions and 477 deletions
|
@ -54,7 +54,18 @@ endif
|
|||
include $(COMMON_DIR)/common.mak
|
||||
|
||||
SOURCES_C := $(LIBRETRO_DIR)/libretro.c \
|
||||
$(LIBRETRO_COMM_DIR)/formats/png/rpng.c \
|
||||
$(LIBRETRO_COMM_DIR)/streams/trans_stream.c \
|
||||
$(LIBRETRO_COMM_DIR)/streams/trans_stream_pipe.c \
|
||||
$(LIBRETRO_COMM_DIR)/streams/trans_stream_zlib.c \
|
||||
$(LIBRETRO_COMM_DIR)/file/file_path_io.c \
|
||||
$(LIBRETRO_COMM_DIR)/file/file_path.c \
|
||||
$(LIBRETRO_COMM_DIR)/vfs/vfs_implementation.c \
|
||||
$(LIBRETRO_COMM_DIR)/time/rtime.c \
|
||||
$(LIBRETRO_COMM_DIR)/string/stdstring.c \
|
||||
$(LIBRETRO_COMM_DIR)/encodings/encoding_utf.c \
|
||||
$(LIBRETRO_COMM_DIR)/compat/compat_strcasestr.c \
|
||||
$(LIBRETRO_COMM_DIR)/compat/compat_strl.c \
|
||||
$(COMMON_DIR)/mp3.c \
|
||||
$(COMMON_DIR)/mp3_sync.c \
|
||||
$(COMMON_DIR)/mp3_dummy.c \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue