autobleem / AutoBleem

AutoBleem - Alternative to BleemSync/BootMenu, C++ based, GameScanner and Updater for Playstation Classic
GNU General Public License v3.0
499 stars 72 forks source link

Possibility to add stock games to favorites #232

Open gorocz opened 5 years ago

gorocz commented 5 years ago

Currently, it is not possible to set any of the 20 stock games as favorites. The option simply doesn't change when pressed. It would be nice to be able to add them, to have all the favorite games in one list.

AKA-Axanar commented 5 years ago

It's on my to-so list and I plan on adding that feature in a future release. There are different ways to implement it, none of them perfect. My current thought is to make create a game.ini file in the !SaveStates/## directory with the favorite setting in the game.ini. If you delete your !SaveStates directory then you would lose that info. But with only 20 games to go through re-selecting your favorites would not be a big deal.