fabiangreffrath / taradino

SDL2 port of Rise of the Triad
GNU General Public License v2.0
31 stars 8 forks source link

Add option to uncap framerate #22

Open malespiaut opened 1 year ago

malespiaut commented 1 year ago

The original rott binary uses a lot of CPU power to maintain a set number of frames per second. If I remember correctly, there's a loop that constantly check for a tick to be to a good value, in order to continue execution.