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

Updated database generation code #337

Closed athairus closed 7 years ago

athairus commented 7 years ago

I did a sloppy job adding the new systems in libretro-super to the map, but I tested it and it seems to run okay. We now use Python 3.

Dependencies:

pip3 install requests

Usage:

cd frontend/python
python3 ./updateDatabases.py
athairus commented 7 years ago

Continuation of #323