team-phoenix / Phoenix

A multi-system emulator and library manager designed to be both powerful and easy to use.
http://phoenix.vg
GNU General Public License v2.0
377 stars 39 forks source link

Firmware file detection #279

Open athairus opened 8 years ago

athairus commented 8 years ago

mednafen_psx_libretro will call abort() when it fails to find a required firmware file. We need to figure out some way to know exactly what files are required and extend GameLauncher to make sure cores are not launched if the required files are not available.

We'll also have to extend our future Phoenix database (#245) to track firmware files.