GNOME Bugzilla – Bug 777755
retro: Get whether the core supports snapshoting directly from it
Last modified: 2017-01-25 17:28:08 UTC
Core.supports_serialization() recently got added to retro-gtk; we should use it rather than relying on an external source for this information. Bonus point: we wouldn't need the cores to ship this information and hence it would make them easier to ship.
Created attachment 344251 [details] [review] retro: Use Core.supports_serialization() Use Core.supports_serialization() instead of relying on an external source for the information. This makes distributing the cores easier.
Attachment 344251 [details] pushed as 5c0c337 - retro: Use Core.supports_serialization()