From: notaz Date: Thu, 13 Feb 2025 23:04:47 +0000 (+0200) Subject: drc: avoid some header includes when not needed X-Git-Tag: r25~17 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23203a8b50c2e4032b97f8059bf28b8db352595a;p=pcsx_rearmed.git drc: avoid some header includes when not needed --- diff --git a/libpcsxcore/new_dynarec/emu_if.c b/libpcsxcore/new_dynarec/emu_if.c index 1698b9fa..cefadd21 100644 --- a/libpcsxcore/new_dynarec/emu_if.c +++ b/libpcsxcore/new_dynarec/emu_if.c @@ -21,7 +21,7 @@ #include "arm_features.h" #define FLAGLESS #include "../gte.h" -#ifdef NDRC_THREAD +#if defined(NDRC_THREAD) && !defined(DRC_DISABLE) && !defined(LIGHTREC) #include "../../frontend/libretro-rthreads.h" #include "features/features_cpu.h" #include "retro_timers.h"