Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crosire/reshade
/ disable
Method
disable
source/hook.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
MH_QueueEnableHook(target);
23
}
24
void reshade::hook::disable() const
25
{
26
MH_QueueDisableHook(target);
27
}
28
29
reshade::hook::status reshade::hook::install()
30
{
Callers
1
uninstall
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected