This commit is contained in:
Leon Styhre 2024-01-10 23:21:08 +01:00
parent 39bb28e353
commit 88e4ed38fe
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ using namespace PlatformIds;
namespace namespace
{ {
// List of systems and their IDs from: // List of systems and their IDs from:
// https://www.screenscraper.fr/api/systemesListe.php?devid=xxx&devpassword=yyy&softname=zzz&output=XML // https://api.screenscraper.fr/api/systemesListe.php?devid=xxx&devpassword=yyy&softname=zzz&output=XML
const std::map<PlatformId, unsigned short> screenscraper_platformid_map { const std::map<PlatformId, unsigned short> screenscraper_platformid_map {
{THREEDO, 29}, {THREEDO, 29},
{ACORN_ELECTRON, 85}, {ACORN_ELECTRON, 85},

View file

@ -50,7 +50,7 @@ public:
const std::string API_DEV_P = {32, 70, 46, 54, 12, 5, 13, 120, 50, 66, 25}; const std::string API_DEV_P = {32, 70, 46, 54, 12, 5, 13, 120, 50, 66, 25};
const std::string API_DEV_KEY = {67, 112, 72, 120, 121, 77, 119, 74, 84, 56, const std::string API_DEV_KEY = {67, 112, 72, 120, 121, 77, 119, 74, 84, 56,
75, 122, 78, 98, 69, 86, 56, 120, 120, 49}; 75, 122, 78, 98, 69, 86, 56, 120, 120, 49};
const std::string API_URL_BASE = "https://www.screenscraper.fr/api2"; const std::string API_URL_BASE = "https://api.screenscraper.fr/api2";
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
const std::string platformIdentifier {" B"}; const std::string platformIdentifier {" B"};
#elif defined(STEAM_DECK) #elif defined(STEAM_DECK)