Files
djhackersdev_bemanitools/src/main/iidxhook1/Module.mk
T
icex2 8b82b32894 feat: Integrate frame time performance graph into iidxhook 1-8
Integrate the previously created frame time graph component
into iidxhook 1 to 8. iidxhook9 uses d3d9ex which still requires
a separate hook implementation for imgui.

Guard the feature with a switch as it might have some performance
impact and it’s something that is only required to be turned on
when needed.
2025-02-07 15:19:02 +01:00

33 lines
496 B
Makefile

dlls += iidxhook1
ldflags_iidxhook1 := \
-lws2_32 \
-liphlpapi \
-ld3d9 \
-ldwmapi\
-lgdi32 \
libs_iidxhook1 := \
iidxhook-util \
ezusb-emu \
ezusb-iidx-16seg-emu \
ezusb-iidx-emu \
security \
eamio \
acioemu \
hook \
hooklib \
iidxio \
cconfig \
util \
ezusb \
imgui-bt \
imgui-debug \
imgui \
src_iidxhook1 := \
config-iidxhook1.c \
dllmain.c \
ezusb-mon.c \
log-ezusb.c \