From db2869d7e0ff15a1050c7b8c4b1a8d41b35fd7c8 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 24 Mar 2018 19:40:51 -0700 Subject: Added png screenshot support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 587ba1c..af0bd04 100644 --- a/Makefile +++ b/Makefile @@ -136,7 +136,7 @@ MAINOBJS=blastem.o system.o genesis.o debug.o gdb_remote.o vdp.o render_sdl.o pp ifdef NOZLIB CFLAGS+= -DDISABLE_ZLIB else -MAINOBJS+= $(LIBZOBJS) +MAINOBJS+= $(LIBZOBJS) png.o endif ifeq ($(CPU),x86_64) -- cgit v1.2.3