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

Function InitializeASI

source/NFSTheRun.FusionFix/dllmain.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61CEXP void InitializeASI()
62{
63 std::call_once(CallbackHandler::flag, []()
64 {
65 CallbackHandler::RegisterCallbackAtGetSystemTimeAsFileTime(Init, hook::pattern("81 EC ? ? ? ? 53 55 56 57 8B F1 E8 ? ? ? ? 88 44 24"));
66 });
67}
68
69BOOL APIENTRY DllMain(HMODULE hModule, DWORD reason, LPVOID lpReserved)
70{

Callers 1

DllMainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected