We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
audio_module_playing
1 parent 5cd7202 commit 93be463Copy full SHA for 93be463
examples/Makefile.Web
@@ -1570,7 +1570,8 @@ audio/audio_mixed_processor: audio/audio_mixed_processor.c
1570
--preload-file audio/resources/coin.wav@resources/coin.wav
1571
1572
audio/audio_module_playing: audio/audio_module_playing.c
1573
- $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
+ $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
1574
+ --preload-file audio/resources/mini1111.xm@resources/mini1111.xm
1575
1576
audio/audio_music_stream: audio/audio_music_stream.c
1577
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
0 commit comments