mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-05 23:59:05 +00:00
everything up to exi devices moved
This commit is contained in:
parent
56977eb4cd
commit
79cf986d36
5 changed files with 42 additions and 10 deletions
|
@ -18,7 +18,11 @@ namespace Common
|
|||
#define BUILD_TYPE_STR ""
|
||||
#endif
|
||||
|
||||
const std::string scm_rev_str = "Dolphin "
|
||||
#define SLIPPI_REV_STR "2.1.1"
|
||||
|
||||
const std::string scm_rev_str = "Faster Melee - Slippi (" SLIPPI_REV_STR ")";
|
||||
const std::string scm_slippi_semver_str = SLIPPI_REV_STR;
|
||||
|
||||
#if !SCM_IS_MASTER
|
||||
"[" SCM_BRANCH_STR "] "
|
||||
#endif
|
||||
|
@ -35,10 +39,10 @@ const std::string scm_branch_str = SCM_BRANCH_STR;
|
|||
const std::string scm_distributor_str = SCM_DISTRIBUTOR_STR;
|
||||
|
||||
#ifdef _WIN32
|
||||
const std::string netplay_dolphin_ver = SCM_DESC_STR " Win";
|
||||
const std::string netplay_dolphin_ver = "Slippi-" SLIPPI_REV_STR " Win";
|
||||
#elif __APPLE__
|
||||
const std::string netplay_dolphin_ver = SCM_DESC_STR " Mac";
|
||||
const std::string netplay_dolphin_ver = "Slippi-" SLIPPI_REV_STR " Mac";
|
||||
#else
|
||||
const std::string netplay_dolphin_ver = SCM_DESC_STR " Lin";
|
||||
const std::string netplay_dolphin_ver = "Slippi-" SLIPPI_REV_STR " Lin";
|
||||
#endif
|
||||
} // namespace Common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue