mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15: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";
|
||||
#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)
|
||||
|
|
Loading…
Reference in a new issue