mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 08:42:44 +08:00
refactor: Remove Detected Code (#203)
* feat(premake): Cleaned up premake file, disabled ImGui asserts and other unused files * feat(renderer): Don't build default font * feat(vendor): replace ImGui with GTA V safe ImGui * revert: feat(System): Added looped feature to disable sigscanner
This commit is contained in:
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -10,10 +10,6 @@
|
||||
path = vendor/MinHook
|
||||
url = https://github.com/TsudaKageyu/minhook
|
||||
ignore = dirty
|
||||
[submodule "vendor/ImGui"]
|
||||
path = vendor/ImGui
|
||||
url = https://github.com/ocornut/imgui
|
||||
ignore = dirty
|
||||
[submodule "vendor/g3log"]
|
||||
path = vendor/g3log
|
||||
url = https://github.com/KjellKod/g3log.git
|
||||
@ -21,3 +17,8 @@
|
||||
[submodule "vendor/GTAV-Classes"]
|
||||
path = vendor/GTAV-Classes
|
||||
url = https://github.com/Yimura/GTAV-Classes.git
|
||||
ignore = dirty
|
||||
[submodule "vendor/ImGui"]
|
||||
path = vendor/ImGui
|
||||
url = https://github.com/Yimura/gtav-imgui.git
|
||||
ignore = dirty
|
||||
|
Reference in New Issue
Block a user