Skurdt / LibretroUnityFE

Example scenes on how to use the SK.Libretro package/library.
MIT License
17 stars 7 forks source link

Core updates doesn't work #4

Closed Skurdt closed 4 years ago

Skurdt commented 4 years ago

It would be a much better (and also working...) idea to check the existing file's date, convert the local format to the one they use for the bot and then do the compare.

Skurdt commented 4 years ago

Fixed in 40f263ad00b8aca8f9998dd75b7bbe36717b4189

File dates from the OS don't match with parsed values from the bot page. As a result, checking for new versions only works for cores that have been downloaded from the menu. Dates are cached in a json file, then compared with new versions as needed.