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.
33 lines
496 B
Makefile
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 \
|