GNOME Bugzilla – Bug 778744
Check required firmwares are present
Last modified: 2017-02-16 22:03:25 UTC
Ganes should check whether the firmwares required by a Libretro core are present, and warn the user otherwise.
Created attachment 345939 [details] [review] core-descriptor: Add methods to check the firmwares Add methods to get informations from the [Firmware:*] groups of the core descriptors.
Comment on attachment 345939 [details] [review] core-descriptor: Add methods to check the firmwares Attachment 345939 [details] pushed as 5e043f9 - core-descriptor: Add methods to check the firmwares
Created attachment 346011 [details] [review] retro: Check presence of mandatory firmwares Checks whether the mandatory firmwares for a given platform are present and check if they match the expected chcksums and doesn't run the game otherwise.