MCPcopy 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}
24void reshade::hook::disable() const
25{
26 MH_QueueDisableHook(target);
27}
28
29reshade::hook::status reshade::hook::install()
30{

Callers 1

uninstallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected