mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Added a ScreenScraper identifier for the AppImage build
This commit is contained in:
parent
a9f1b24a88
commit
c2289b961f
|
@ -55,6 +55,8 @@ public:
|
||||||
const std::string platformIdentifier {" S"};
|
const std::string platformIdentifier {" S"};
|
||||||
#elif defined(RETRODECK)
|
#elif defined(RETRODECK)
|
||||||
const std::string platformIdentifier {" R"};
|
const std::string platformIdentifier {" R"};
|
||||||
|
#elif defined(APPIMAGE_BUILD)
|
||||||
|
const std::string platformIdentifier {" A"};
|
||||||
#elif defined(__linux__) && defined(RASPBERRY_PI)
|
#elif defined(__linux__) && defined(RASPBERRY_PI)
|
||||||
const std::string platformIdentifier {" P"};
|
const std::string platformIdentifier {" P"};
|
||||||
#elif defined(__linux__)
|
#elif defined(__linux__)
|
||||||
|
|
Loading…
Reference in a new issue