MCPcopy Create free account
hub / github.com/crosire/reshade / set_effects_state

Method set_effects_state

source/runtime_api.cpp:1320–1323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1318 return _effects_enabled;
1319}
1320void reshade::runtime::set_effects_state(bool enabled)
1321{
1322 _effects_enabled = enabled;
1323}
1324
1325void reshade::runtime::save_current_preset() const
1326{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected