mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-26 08:05:38 +00:00
(Haiku) Added a ScreenScraper platform identifier
This commit is contained in:
parent
c15eff8994
commit
a9956e2f07
|
@ -53,6 +53,8 @@ public:
|
||||||
const std::string API_URL_BASE = "https://api.screenscraper.fr/api2";
|
const std::string API_URL_BASE = "https://api.screenscraper.fr/api2";
|
||||||
#if defined(__FreeBSD__)
|
#if defined(__FreeBSD__)
|
||||||
const std::string platformIdentifier {" B"};
|
const std::string platformIdentifier {" B"};
|
||||||
|
#elif defined(__HAIKU__)
|
||||||
|
const std::string platformIdentifier {" H"};
|
||||||
#elif defined(STEAM_DECK)
|
#elif defined(STEAM_DECK)
|
||||||
const std::string platformIdentifier {" S"};
|
const std::string platformIdentifier {" S"};
|
||||||
#elif defined(RETRODECK)
|
#elif defined(RETRODECK)
|
||||||
|
|
Loading…
Reference in a new issue