Skip to content

Commit

Permalink
Revert "Drop opl2"
Browse files Browse the repository at this point in the history
This reverts commit eaa00c3.
  • Loading branch information
kraflab committed Oct 28, 2023
1 parent fd61f90 commit d5e4bd5
Show file tree
Hide file tree
Showing 16 changed files with 4,376 additions and 2 deletions.
8 changes: 8 additions & 0 deletions prboom2/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,8 @@ set(SDLDOOM_SOURCES
)

set(DOOMMUSIC_SOURCES
MUSIC/dbopl.c
MUSIC/dbopl.h
MUSIC/dumbplayer.c
MUSIC/dumbplayer.h
MUSIC/flplayer.c
Expand All @@ -457,6 +459,12 @@ set(DOOMMUSIC_SOURCES
MUSIC/midifile.c
MUSIC/midifile.h
MUSIC/musicplayer.h
MUSIC/opl.c
MUSIC/opl.h
MUSIC/oplplayer.c
MUSIC/oplplayer.h
MUSIC/opl_queue.c
MUSIC/opl_queue.h
MUSIC/portmidiplayer.c
MUSIC/portmidiplayer.h
MUSIC/vorbisplayer.c
Expand Down
Loading

0 comments on commit d5e4bd5

Please sign in to comment.