MCPcopy Create free account
hub / github.com/ThirteenAG/WidescreenFixesPack / InitializeASI

Function InitializeASI

source/GettingUp.WidescreenFix/dllmain.cpp:863–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861}
862
863CEXP void InitializeASI()
864{
865 std::call_once(CallbackHandler::flag, []()
866 {
867 CallbackHandler::RegisterCallback(Init, hook::pattern("8B 47 0C 8B 4F 08"));
868 CallbackHandler::RegisterCallback(L"GCore.dll", InitGCore);
869 CallbackHandler::RegisterCallback(L"g_Rhapsody.sgl", Initg_Rhapsody);
870 });
871}
872
873BOOL APIENTRY DllMain(HMODULE hModule, DWORD reason, LPVOID lpReserved)
874{

Callers 1

DllMainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected