Skip to content

Commit

Permalink
Merge pull request libretro#120 from Ferk/prboom+
Browse files Browse the repository at this point in the history
Add MUSINFO support and support for several PrBoom+ actors/spriteframes
  • Loading branch information
inactive123 authored Oct 12, 2019
2 parents 7fb1058 + 6e0baeb commit 739bc22
Show file tree
Hide file tree
Showing 30 changed files with 6,466 additions and 333 deletions.
3 changes: 2 additions & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ SOURCES_C += $(CORE_DIR)/am_map.c \
$(CORE_DIR)/flplayer.c \
$(CORE_DIR)/midifile.c \
$(CORE_DIR)/madplayer.c \
$(CORE_DIR)/u_mapinfo.c \
$(CORE_DIR)/u_scanner.c \
$(CORE_DIR)/u_mapinfo.c \
$(CORE_DIR)/u_musinfo.c \


ifeq ($(WANT_FLUIDSYNTH), 1)
Expand Down
2,434 changes: 2,434 additions & 0 deletions doc/boomref.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 739bc22

Please sign in to comment.