增加 free camera,支持配置修改,增加图标

This commit is contained in:
chinosk
2024-05-22 23:25:15 +08:00
parent f7239159d0
commit c692684352
48 changed files with 845 additions and 80 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace GakumasLocal {
struct HookInstaller
{
virtual ~HookInstaller();
virtual void InstallHook(void* addr, void* hook, void** orig) = 0;
virtual void* InstallHook(void* addr, void* hook, void** orig) = 0;
virtual OpaqueFunctionPointer LookupSymbol(const char* name) = 0;
std::string m_il2cppLibraryPath;