| 909 | } |
| 910 | |
| 911 | bool OverlayController::vsyncDisabled() const |
| 912 | { |
| 913 | return settings::getSetting( |
| 914 | settings::BoolSetting::APPLICATION_vsyncDisabled ); |
| 915 | } |
| 916 | |
| 917 | void OverlayController::setVsyncDisabled( bool value, bool notify ) |
| 918 | { |
nothing calls this directly
no test coverage detected