mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Added support for scraping the arduboy and ps4 systems using ScreenScraper
This commit is contained in:
parent
1eddf14d1c
commit
51241c8b94
|
@ -37,6 +37,7 @@ namespace
|
|||
{APPLE_IIGS, 217},
|
||||
{ARCADE, 75},
|
||||
{ARCADIA_2001, 94},
|
||||
{ARDUBOY, 263},
|
||||
{BALLY_ASTROCADE, 44},
|
||||
{ATARI_800, 43},
|
||||
{ATARI_2600, 26},
|
||||
|
@ -123,6 +124,7 @@ namespace
|
|||
{SONY_PLAYSTATION, 57},
|
||||
{SONY_PLAYSTATION_2, 58},
|
||||
{SONY_PLAYSTATION_3, 59},
|
||||
{SONY_PLAYSTATION_4, 60},
|
||||
{SONY_PLAYSTATION_VITA, 62},
|
||||
{SONY_PLAYSTATION_PORTABLE, 61},
|
||||
{SAMCOUPE, 213},
|
||||
|
|
Loading…
Reference in a new issue