After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 778744 - Check required firmwares are present
Check required firmwares are present
Status: RESOLVED FIXED
Product: gnome-games
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2017-02-16 07:13 UTC by Adrien Plazas
Modified: 2017-02-16 22:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
core-descriptor: Add methods to check the firmwares (2.63 KB, patch)
2017-02-16 12:47 UTC, Adrien Plazas
committed Details | Review
retro: Check presence of mandatory firmwares (4.74 KB, patch)
2017-02-16 21:58 UTC, Adrien Plazas
committed Details | Review

Description Adrien Plazas 2017-02-16 07:13:03 UTC
Ganes should check whether the firmwares required by a Libretro core are present, and warn the user otherwise.
Comment 1 Adrien Plazas 2017-02-16 12:47:16 UTC
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 2 Adrien Plazas 2017-02-16 12:49:24 UTC
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
Comment 3 Adrien Plazas 2017-02-16 21:58:21 UTC
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.