X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2F32x%2F32x.c;h=92d5216d59efce0beeb898de81f5fb998786d92d;hb=ecc8036ee27ec57454c3fe736a71dd9c0cbcf3de;hp=54250f189a3bace1c556aba6a50b030b6a89f25a;hpb=ae214f1c37e5b02b6413040649a40f8ba3874e1b;p=picodrive.git diff --git a/pico/32x/32x.c b/pico/32x/32x.c index 54250f1..92d5216 100644 --- a/pico/32x/32x.c +++ b/pico/32x/32x.c @@ -371,7 +371,7 @@ static inline void run_sh2(SH2 *sh2, int m68k_cycles) elprintf_sh2(sh2, EL_32X, "+run %u %d @%08x", sh2->m68krcycles_done, cycles, sh2->pc); - done = sh2_execute(sh2, cycles); + done = sh2_execute(sh2, cycles, PicoOpt & POPT_EN_DRC); sh2->m68krcycles_done += C_SH2_TO_M68K(*sh2, done); sh2->state &= ~SH2_STATE_RUN;