RobLoach / libretro-dats

Build some of the libretro-database DATs
http://github.com/libretro/libretro-database
25 stars 18 forks source link

Add encrypted 3DS entries to database #28

Closed flibitijibibo closed 5 years ago

flibitijibibo commented 5 years ago

Currently the database only includes entries for decrypted 3DS games:

https://github.com/RobLoach/libretro-dats/blob/master/dats.json#L390

The latest version of Citra (upstream + libretro) adds support for encrypted games, so it should now be okay to add those to the database:

https://github.com/citra-emu/citra/pull/4020