Skip to content

Commit

Permalink
libretro, add Pico pad overlay and storyware pages handling
Browse files Browse the repository at this point in the history
  • Loading branch information
irixxxx committed Mar 25, 2024
1 parent 15cc45c commit 25647f0
Show file tree
Hide file tree
Showing 16 changed files with 3,413 additions and 477 deletions.
1 change: 1 addition & 0 deletions Makefile.libretro
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ CFLAGS ?=
CFLAGS += -I platform/libretro/libretro-common/include
CFLAGS += -I platform/libretro/libretro-common/include/compat
CFLAGS += -I platform/libretro/libretro-common/include/encodings
CFLAGS += -I platform/libretro/libretro-common/include/formats
CFLAGS += -I platform/libretro/libretro-common/include/streams
CFLAGS += -I platform/libretro/libretro-common/include/string
CFLAGS += -I platform/libretro/libretro-common/include/vfs
Expand Down
11 changes: 11 additions & 0 deletions jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Loading

0 comments on commit 25647f0

Please sign in to comment.