GNOME Bugzilla – Bug 771624
retro-gobject: Libretro module query fail when directory doesn't exist
Last modified: 2016-09-18 16:22:48 UTC
Games can't be run if a directory looked up for Libretro modules doesn't exist. It should just not check in it and continue looking up elsewhere instead.
Created attachment 335809 [details] [review] retro-gobject: Check directory exists Check whether a directory exists before listing its content. This avoids a module lookup query to fail when it should continue.
Attachment 335809 [details] pushed as acfacac - retro-gobject: Check directory exists