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
376 stars 40 forks source link

Restore default core button #203

Closed athairus closed 8 years ago

athairus commented 8 years ago

Create a "Reset" or "Default" button that appears when the user chooses a system default core that's different from the system default core we've chosen.

Add a boolean role called isDefault to the CoreModel.

Update isDefault whenever CoreModel::save() is called.

athairus commented 8 years ago

Done.