allow to disable SH2 dynarec on runtime
[picodrive.git] / cpu / drc / cmn.c
index cfb0219..37f17ce 100644 (file)
@@ -20,6 +20,7 @@ void drc_cmn_init(void)
     tcache, sizeof(tcache), ret);
 
 #ifdef __arm__
+  if (PicoOpt & POPT_EN_DRC)
   {
     static int test_done;
     if (!test_done)