MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / UnInstallHandler

Function UnInstallHandler

FEXCore/Source/Utils/LogManager.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 Handler = _Handler;
18 }
19 void UnInstallHandler() {
20 Handler = nullptr;
21 }
22
23 void MFmt(const char* fmt, const fmt::format_args& args) {
24 if (Handler) {

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68