LostArtefacts / TR1X

Open source re-implementation of Tomb Raider 1 (1996), along with additional enhancements and bugfixes
https://lostartefacts.dev/
GNU General Public License v3.0
583 stars 36 forks source link

Poor 60 FPS interpolation with turbo cheat and vsync on #1345

Open rr- opened 5 months ago

rr- commented 5 months ago

When the player has the game set to 60 FPS, activates the VSync option (which limits their FPS), and then uses the turbo cheat to increase the game speed, some animations like the fly cheat become noticeably choppy.

rr- commented 5 months ago

The solution to this needs to be different than #1344 – the most straightforward approach is to multiply the maximum allowed interpolation deltas by a certain factor when this combination of settings is enabled.