notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b43acfe
)
drc: avoid some header includes when not needed
author
notaz
<notasas@gmail.com>
Thu, 13 Feb 2025 23:04:47 +0000
(
01:04
+0200)
committer
notaz
<notasas@gmail.com>
Thu, 13 Feb 2025 23:04:47 +0000
(
01:04
+0200)
libpcsxcore/new_dynarec/emu_if.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/new_dynarec/emu_if.c
b/libpcsxcore/new_dynarec/emu_if.c
index
1698b9f
..
cefadd2
100644
(file)
--- 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"
-#if
def 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"