Files
djhackersdev_bemanitools/src/main/iidxhook5/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

35 lines
523 B
Makefile

avsdlls += iidxhook5
ldflags_iidxhook5 := \
-liphlpapi \
-ld3d9 \
-ldwmapi\
-lgdi32 \
deplibs_iidxhook5 := \
avs \
libs_iidxhook5 := \
iidxhook-util \
ezusb-emu \
ezusb-iidx-16seg-emu \
ezusb2-emu \
ezusb2-iidx-emu \
ezusb-iidx-emu \
security \
eamio \
acioemu \
hook \
hooklib \
iidxio \
cconfig \
util \
ezusb \
imgui-bt \
imgui-debug \
imgui \
src_iidxhook5 := \
dllmain.c \
ifs-snd-redir.c \