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

Function MiniMainLoop

source/NFSProStreet.FusionFix/dllmain.cpp:35–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34SafetyHookInline shMiniMainLoop = {};
35void __cdecl MiniMainLoop()
36{
37 std::call_once(of, []()
38 {
39 WFP::onGameInitEvent().executeAll();
40 });
41
42 WFP::onGameProcessEvent().executeAll();
43
44 shMiniMainLoop.unsafe_ccall();
45}
46
47void Init()
48{

Callers

nothing calls this directly

Calls 1

executeAllMethod · 0.80

Tested by

no test coverage detected