From 66975faa75958a1a509a04801331a85291827580 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Fri, 27 Mar 2020 00:03:58 -0700 Subject: Initial stab at VGM logging support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b38b31b..2a21e79 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,7 @@ TRANSOBJS+= gen_x86.o backend_x86.o endif endif endif -AUDIOOBJS=ym2612.o psg.o wave.o +AUDIOOBJS=ym2612.o psg.o wave.o vgm.o CONFIGOBJS=config.o tern.o util.o paths.o NUKLEAROBJS=$(FONT) nuklear_ui/blastem_nuklear.o nuklear_ui/sfnt.o RENDEROBJS=ppm.o controller_info.o render_audio.o -- cgit v1.2.3