diff Makefile @ 1927:9fd4bedc1a31

Update libretro target to use render_audio shared audio code
author Mike Pavone <pavone@retrodev.com>
date Thu, 16 Apr 2020 22:37:01 -0700
parents 508522f08e4d
children 0f135b214927
line wrap: on
line diff
--- a/Makefile	Mon Apr 13 21:56:00 2020 -0700
+++ b/Makefile	Thu Apr 16 22:37:01 2020 -0700
@@ -194,10 +194,10 @@
 endif
 endif
 endif
-AUDIOOBJS=ym2612.o psg.o wave.o vgm.o
+AUDIOOBJS=ym2612.o psg.o wave.o vgm.o render_audio.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
+RENDEROBJS=ppm.o controller_info.o
 ifdef USE_FBDEV
 RENDEROBJS+= render_fbdev.o
 else