feat: Add bt d3d9 hook specific imgui overlay (#318)

For now, we focus on internal overlays for bemanitools
that hook into an existing d3d9 context. The current
abstraction is fairly thin and should be fine as a start.

Implementations are called “components” and hook
up with a single frame_update function to execute
and logic and drawing updates with imgui
This commit was merged in pull request #318.
This commit is contained in:
icex2
2025-02-08 23:19:49 +01:00
committed by GitHub
parent a85ce4bc96
commit 3090b9a029
6 changed files with 189 additions and 0 deletions
+1
View File
@@ -161,6 +161,7 @@ include src/main/iidxio-ezusb2/Module.mk
include src/main/iidxio/Module.mk
include src/main/iidxiotest/Module.mk
include src/main/imgui/Module.mk
include src/main/imgui-bt/Module.mk
include src/main/inject/Module.mk
include src/main/jbio-magicbox/Module.mk
include src/main/jbio-p4io/Module.mk