From: negativeExponent Date: Mon, 25 May 2020 08:04:39 +0000 (+0800) Subject: Fix interpreter-only build (DYNAREC=0) X-Git-Tag: r24l~639^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d579bf754d091727cb9b2ae0e6933b256739b59;hp=-c;p=pcsx_rearmed.git Fix interpreter-only build (DYNAREC=0) - For systems that can only run in interpreter mode for whatever reasons. --- 1d579bf754d091727cb9b2ae0e6933b256739b59 diff --git a/frontend/libretro.c b/frontend/libretro.c index 6e45e2f2..ed39951e 100644 --- a/frontend/libretro.c +++ b/frontend/libretro.c @@ -59,18 +59,6 @@ #define INTERNAL_FPS_SAMPLE_PERIOD 64 -#ifdef DRC_DISABLE -int stop; -u32 next_interupt; -u32 event_cycles[PSXINT_COUNT]; -int cycle_multiplier; -int new_dynarec_hacks; - -void new_dyna_before_save(void) {} -void new_dyna_after_save(void) {} -void new_dyna_freeze(void *f, int i) {} -#endif - //hack to prevent retroarch freezing when reseting in the menu but not while running with the hot key static int rebootemu = 0;