From 238cf4a72fc162adbef4e48f75698ed54ed99369 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 26 Nov 2014 22:17:53 +0100 Subject: (windows) build fix --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 407ba6e..cdec8ba 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ DEBUG = 0 -PERF_TEST = 1 -HAVE_GRIFFIN = 1 +PERF_TEST = 0 +HAVE_GRIFFIN = 0 LOAD_FROM_MEMORY_TEST = 0 -USE_BLARGG_APU = 0 +USE_BLARGG_APU = 1 ifeq ($(platform),) platform = unix -- cgit v1.2.3