diff options
author | Michael Pavone <pavone@retrodev.com> | 2020-03-27 00:03:58 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2020-03-27 00:03:58 -0700 |
commit | 66975faa75958a1a509a04801331a85291827580 (patch) | |
tree | ef9891c95f5d100b464b2497b64e08db6ad8ab31 /Makefile | |
parent | ce15f59d46ea29afc64a8018e7da089c81217dea (diff) |
Initial stab at VGM logging support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |