From 297cddd775f4014acb944035e9af57966bf13870 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 17 Feb 2014 19:54:29 +0100 Subject: [PATCH] (PSP) Set HAVE_THREADS to 0 - can't assume this on every toolchain --- Makefile.psp1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.psp1 b/Makefile.psp1 index f5c0ecdb6e..415f38e084 100644 --- a/Makefile.psp1 +++ b/Makefile.psp1 @@ -1,7 +1,7 @@ BUILD_PRX = 1 DEBUG = 0 HAVE_FILE_LOGGER = 0 -HAVE_THREADS = 1 +HAVE_THREADS = 0 TARGET = retroarchpsp