(Haiku) Added a ScreenScraper platform identifier

This commit is contained in:
Leon Styhre 2024-08-10 15:13:05 +02:00
parent c15eff8994
commit a9956e2f07

View file

@ -53,6 +53,8 @@ public:
const std::string API_URL_BASE = "https://api.screenscraper.fr/api2";
#if defined(__FreeBSD__)
const std::string platformIdentifier {" B"};
#elif defined(__HAIKU__)
const std::string platformIdentifier {" H"};
#elif defined(STEAM_DECK)
const std::string platformIdentifier {" S"};
#elif defined(RETRODECK)