aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.c
diff options
context:
space:
mode:
authornotaz2011-10-01 01:13:43 +0300
committernotaz2011-10-02 03:09:13 +0300
commitd3f3bf09b5b3f1d8b025cc9dbd902eb157aae0b7 (patch)
treed25b4ece781d0dcd60fdaac68636043e9fdffade /frontend/plugin_lib.c
parent0c2ca3ba2ca8a191fc3f6d9782dc2420537b1964 (diff)
downloadpcsx_rearmed-d3f3bf09b5b3f1d8b025cc9dbd902eb157aae0b7.tar.gz
pcsx_rearmed-d3f3bf09b5b3f1d8b025cc9dbd902eb157aae0b7.tar.bz2
pcsx_rearmed-d3f3bf09b5b3f1d8b025cc9dbd902eb157aae0b7.zip
yet more random armv5 tweaks
Diffstat (limited to 'frontend/plugin_lib.c')
-rw-r--r--frontend/plugin_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c
index 239e852..c719f48 100644
--- a/frontend/plugin_lib.c
+++ b/frontend/plugin_lib.c
@@ -410,7 +410,7 @@ static void *watchdog_thread(void *unused)
int seen_dead = 0;
int sleep_time = 5;
-#ifndef NDEBUG
+#if !defined(NDEBUG) || defined(DRC_DBG)
// don't interfere with debug
return NULL;
#endif