From b9b61529b6c9bf30a3146178e2dda31b15ff3614 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 5 Dec 2010 16:48:35 +0200 Subject: drc: initial cop2/gte implementation (works, mostly) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 79a8f2d..37d1311 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,9 @@ endif ifndef DEBUG CFLAGS += -O2 endif +ifdef DRC_DBG +CFLAGS += -DDRC_DBG +endif TARGET = pcsx all: $(TARGET) -- cgit v1.2.3