Skip to content

Commit

Permalink
apparently it won't build without those
Browse files Browse the repository at this point in the history
needed by libretro, unsure if it will be feasible to drop in the future
  • Loading branch information
vadosnaprimer committed Jun 11, 2024
1 parent a95f215 commit c932ecb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file modified Assets/dll/puae.wbx.zst
Binary file not shown.
2 changes: 0 additions & 2 deletions waterbox/uae/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ SOURCES_C += \
$(DEPS_DIR)/libmpeg2/src/motion_comp.c \
$(DEPS_DIR)/libmpeg2/src/slice.c

ifneq ($(STATIC_LINKING), 1)
SOURCES_C += \
$(DEPS_DIR)/libz/adler32.c \
$(DEPS_DIR)/libz/crc32.c \
Expand Down Expand Up @@ -265,7 +264,6 @@ SOURCES_C += \
$(LIBRETRO_COMM_DIR)/string/stdstring.c \
$(LIBRETRO_COMM_DIR)/time/rtime.c \
$(LIBRETRO_COMM_DIR)/vfs/vfs_implementation.c
endif

SRCS = $(SOURCES_C)

Expand Down

0 comments on commit c932ecb

Please sign in to comment.