| 1318 | return _effects_enabled; |
| 1319 | } |
| 1320 | void reshade::runtime::set_effects_state(bool enabled) |
| 1321 | { |
| 1322 | _effects_enabled = enabled; |
| 1323 | } |
| 1324 | |
| 1325 | void reshade::runtime::save_current_preset() const |
| 1326 | { |
no outgoing calls
no test coverage detected