YaLTeR / BunnymodXT

Speedrun and TAS tool for Half-Life & friends.
Other
200 stars 38 forks source link

helper_functions: disable V-Sync #542

Closed SmileyAG closed 2 months ago

SmileyAG commented 2 months ago

Simply moved code from HwDLL to helper_functions for more convenient management

The only new change is that check_vsync is no longer just a private variable, but a public one This is used to reset the value to default in case the engine module might needs to be re-initialized (reset code in the HwDLL::Clear function)