Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68