libretro / libretro-2048

Port of 2048 puzzle game to the libretro API. http://gabrielecirulli.github.io/2048/
The Unlicense
17 stars 30 forks source link

Make core work if the frontend doesn't implement the frame time callback. #3

Closed Alcaro closed 10 years ago

Alcaro commented 10 years ago

It'll work better if the front knows what the frame time is, of course, but it's completely unplayable without that right now. I could make it throw an error if the env returns false, but that's actually more effort than needed to get it to work without that env.

Alcaro commented 10 years ago

(Whoops, apparently that went into the same pull request. I thought I could make two at once.)